Interface StreamsOuterClass.ReadRespOrBuilder

    • Method Detail

      • hasEvent

        boolean hasEvent()
        .event_store.client.streams.ReadResp.ReadEvent event = 1;
        Returns:
        Whether the event field is set.
      • hasConfirmation

        boolean hasConfirmation()
        .event_store.client.streams.ReadResp.SubscriptionConfirmation confirmation = 2;
        Returns:
        Whether the confirmation field is set.
      • hasCheckpoint

        boolean hasCheckpoint()
        .event_store.client.streams.ReadResp.Checkpoint checkpoint = 3;
        Returns:
        Whether the checkpoint field is set.
      • hasStreamNotFound

        boolean hasStreamNotFound()
        .event_store.client.streams.ReadResp.StreamNotFound stream_not_found = 4;
        Returns:
        Whether the streamNotFound field is set.
      • hasFirstStreamPosition

        boolean hasFirstStreamPosition()
        uint64 first_stream_position = 5;
        Returns:
        Whether the firstStreamPosition field is set.
      • getFirstStreamPosition

        long getFirstStreamPosition()
        uint64 first_stream_position = 5;
        Returns:
        The firstStreamPosition.
      • hasLastStreamPosition

        boolean hasLastStreamPosition()
        uint64 last_stream_position = 6;
        Returns:
        Whether the lastStreamPosition field is set.
      • getLastStreamPosition

        long getLastStreamPosition()
        uint64 last_stream_position = 6;
        Returns:
        The lastStreamPosition.
      • hasLastAllStreamPosition

        boolean hasLastAllStreamPosition()
        .event_store.client.AllStreamPosition last_all_stream_position = 7;
        Returns:
        Whether the lastAllStreamPosition field is set.
      • getLastAllStreamPosition

        Shared.AllStreamPosition getLastAllStreamPosition()
        .event_store.client.AllStreamPosition last_all_stream_position = 7;
        Returns:
        The lastAllStreamPosition.
      • getLastAllStreamPositionOrBuilder

        Shared.AllStreamPositionOrBuilder getLastAllStreamPositionOrBuilder()
        .event_store.client.AllStreamPosition last_all_stream_position = 7;
      • hasCaughtUp

        boolean hasCaughtUp()
        .event_store.client.streams.ReadResp.CaughtUp caught_up = 8;
        Returns:
        Whether the caughtUp field is set.
      • hasFellBehind

        boolean hasFellBehind()
        .event_store.client.streams.ReadResp.FellBehind fell_behind = 9;
        Returns:
        Whether the fellBehind field is set.