Interface StreamsOuterClass.ReadRespOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
StreamsOuterClass.ReadResp, StreamsOuterClass.ReadResp.Builder
Enclosing class:
StreamsOuterClass

public static interface StreamsOuterClass.ReadRespOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • hasEvent

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

      .event_store.client.streams.ReadResp.ReadEvent event = 1;
      Returns:
      The event.
    • getEventOrBuilder

      .event_store.client.streams.ReadResp.ReadEvent event = 1;
    • hasConfirmation

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

      .event_store.client.streams.ReadResp.SubscriptionConfirmation confirmation = 2;
      Returns:
      The confirmation.
    • getConfirmationOrBuilder

      .event_store.client.streams.ReadResp.SubscriptionConfirmation confirmation = 2;
    • hasCheckpoint

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

      .event_store.client.streams.ReadResp.Checkpoint checkpoint = 3;
      Returns:
      The checkpoint.
    • getCheckpointOrBuilder

      .event_store.client.streams.ReadResp.Checkpoint checkpoint = 3;
    • hasStreamNotFound

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

      .event_store.client.streams.ReadResp.StreamNotFound stream_not_found = 4;
      Returns:
      The streamNotFound.
    • getStreamNotFoundOrBuilder

      .event_store.client.streams.ReadResp.StreamNotFound stream_not_found = 4;
    • 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.
    • getCaughtUp

      .event_store.client.streams.ReadResp.CaughtUp caught_up = 8;
      Returns:
      The caughtUp.
    • getCaughtUpOrBuilder

      .event_store.client.streams.ReadResp.CaughtUp caught_up = 8;
    • hasFellBehind

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

      .event_store.client.streams.ReadResp.FellBehind fell_behind = 9;
      Returns:
      The fellBehind.
    • getFellBehindOrBuilder

      .event_store.client.streams.ReadResp.FellBehind fell_behind = 9;
    • getContentCase