Interface Persistent.ReadReqOrBuilder

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

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

    • hasOptions

      boolean hasOptions()
      .event_store.client.persistent_subscriptions.ReadReq.Options options = 1;
      Returns:
      Whether the options field is set.
    • getOptions

      .event_store.client.persistent_subscriptions.ReadReq.Options options = 1;
      Returns:
      The options.
    • getOptionsOrBuilder

      .event_store.client.persistent_subscriptions.ReadReq.Options options = 1;
    • hasAck

      boolean hasAck()
      .event_store.client.persistent_subscriptions.ReadReq.Ack ack = 2;
      Returns:
      Whether the ack field is set.
    • getAck

      .event_store.client.persistent_subscriptions.ReadReq.Ack ack = 2;
      Returns:
      The ack.
    • getAckOrBuilder

      .event_store.client.persistent_subscriptions.ReadReq.Ack ack = 2;
    • hasNack

      boolean hasNack()
      .event_store.client.persistent_subscriptions.ReadReq.Nack nack = 3;
      Returns:
      Whether the nack field is set.
    • getNack

      .event_store.client.persistent_subscriptions.ReadReq.Nack nack = 3;
      Returns:
      The nack.
    • getNackOrBuilder

      .event_store.client.persistent_subscriptions.ReadReq.Nack nack = 3;
    • getContentCase