Interface StreamsOuterClass.ReadReq.Options.AllOptionsOrBuilder

    • Method Detail

      • hasPosition

        boolean hasPosition()
        .event_store.client.streams.ReadReq.Options.Position position = 1;
        Returns:
        Whether the position field is set.
      • hasStart

        boolean hasStart()
        .event_store.client.Empty start = 2;
        Returns:
        Whether the start field is set.
      • getStart

        Shared.Empty getStart()
        .event_store.client.Empty start = 2;
        Returns:
        The start.
      • hasEnd

        boolean hasEnd()
        .event_store.client.Empty end = 3;
        Returns:
        Whether the end field is set.
      • getEnd

        Shared.Empty getEnd()
        .event_store.client.Empty end = 3;
        Returns:
        The end.