Interface Persistent.ReadRespOrBuilder

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

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

    • hasEvent

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

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

      .event_store.client.persistent_subscriptions.ReadResp.ReadEvent event = 1;
    • hasSubscriptionConfirmation

      boolean hasSubscriptionConfirmation()
      .event_store.client.persistent_subscriptions.ReadResp.SubscriptionConfirmation subscription_confirmation = 2;
      Returns:
      Whether the subscriptionConfirmation field is set.
    • getSubscriptionConfirmation

      Persistent.ReadResp.SubscriptionConfirmation getSubscriptionConfirmation()
      .event_store.client.persistent_subscriptions.ReadResp.SubscriptionConfirmation subscription_confirmation = 2;
      Returns:
      The subscriptionConfirmation.
    • getSubscriptionConfirmationOrBuilder

      Persistent.ReadResp.SubscriptionConfirmationOrBuilder getSubscriptionConfirmationOrBuilder()
      .event_store.client.persistent_subscriptions.ReadResp.SubscriptionConfirmation subscription_confirmation = 2;
    • getContentCase