Interface Persistent.SubscriptionInfoOrBuilder

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

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

    • getEventSource

      String getEventSource()
      string event_source = 1;
      Returns:
      The eventSource.
    • getEventSourceBytes

      com.google.protobuf.ByteString getEventSourceBytes()
      string event_source = 1;
      Returns:
      The bytes for eventSource.
    • getGroupName

      String getGroupName()
      string group_name = 2;
      Returns:
      The groupName.
    • getGroupNameBytes

      com.google.protobuf.ByteString getGroupNameBytes()
      string group_name = 2;
      Returns:
      The bytes for groupName.
    • getStatus

      String getStatus()
      string status = 3;
      Returns:
      The status.
    • getStatusBytes

      com.google.protobuf.ByteString getStatusBytes()
      string status = 3;
      Returns:
      The bytes for status.
    • getConnectionsList

      repeated .event_store.client.persistent_subscriptions.SubscriptionInfo.ConnectionInfo connections = 4;
    • getConnections

      Persistent.SubscriptionInfo.ConnectionInfo getConnections(int index)
      repeated .event_store.client.persistent_subscriptions.SubscriptionInfo.ConnectionInfo connections = 4;
    • getConnectionsCount

      int getConnectionsCount()
      repeated .event_store.client.persistent_subscriptions.SubscriptionInfo.ConnectionInfo connections = 4;
    • getConnectionsOrBuilderList

      List<? extends Persistent.SubscriptionInfo.ConnectionInfoOrBuilder> getConnectionsOrBuilderList()
      repeated .event_store.client.persistent_subscriptions.SubscriptionInfo.ConnectionInfo connections = 4;
    • getConnectionsOrBuilder

      Persistent.SubscriptionInfo.ConnectionInfoOrBuilder getConnectionsOrBuilder(int index)
      repeated .event_store.client.persistent_subscriptions.SubscriptionInfo.ConnectionInfo connections = 4;
    • getAveragePerSecond

      int getAveragePerSecond()
      int32 average_per_second = 5;
      Returns:
      The averagePerSecond.
    • getTotalItems

      long getTotalItems()
      int64 total_items = 6;
      Returns:
      The totalItems.
    • getCountSinceLastMeasurement

      long getCountSinceLastMeasurement()
      int64 count_since_last_measurement = 7;
      Returns:
      The countSinceLastMeasurement.
    • getLastCheckpointedEventPosition

      String getLastCheckpointedEventPosition()
      string last_checkpointed_event_position = 8;
      Returns:
      The lastCheckpointedEventPosition.
    • getLastCheckpointedEventPositionBytes

      com.google.protobuf.ByteString getLastCheckpointedEventPositionBytes()
      string last_checkpointed_event_position = 8;
      Returns:
      The bytes for lastCheckpointedEventPosition.
    • getLastKnownEventPosition

      String getLastKnownEventPosition()
      string last_known_event_position = 9;
      Returns:
      The lastKnownEventPosition.
    • getLastKnownEventPositionBytes

      com.google.protobuf.ByteString getLastKnownEventPositionBytes()
      string last_known_event_position = 9;
      Returns:
      The bytes for lastKnownEventPosition.
    • getResolveLinkTos

      boolean getResolveLinkTos()
      bool resolve_link_tos = 10;
      Returns:
      The resolveLinkTos.
    • getStartFrom

      String getStartFrom()
      string start_from = 11;
      Returns:
      The startFrom.
    • getStartFromBytes

      com.google.protobuf.ByteString getStartFromBytes()
      string start_from = 11;
      Returns:
      The bytes for startFrom.
    • getMessageTimeoutMilliseconds

      int getMessageTimeoutMilliseconds()
      int32 message_timeout_milliseconds = 12;
      Returns:
      The messageTimeoutMilliseconds.
    • getExtraStatistics

      boolean getExtraStatistics()
      bool extra_statistics = 13;
      Returns:
      The extraStatistics.
    • getMaxRetryCount

      int getMaxRetryCount()
      int32 max_retry_count = 14;
      Returns:
      The maxRetryCount.
    • getLiveBufferSize

      int getLiveBufferSize()
      int32 live_buffer_size = 15;
      Returns:
      The liveBufferSize.
    • getBufferSize

      int getBufferSize()
      int32 buffer_size = 16;
      Returns:
      The bufferSize.
    • getReadBatchSize

      int getReadBatchSize()
      int32 read_batch_size = 17;
      Returns:
      The readBatchSize.
    • getCheckPointAfterMilliseconds

      int getCheckPointAfterMilliseconds()
      int32 check_point_after_milliseconds = 18;
      Returns:
      The checkPointAfterMilliseconds.
    • getMinCheckPointCount

      int getMinCheckPointCount()
      int32 min_check_point_count = 19;
      Returns:
      The minCheckPointCount.
    • getMaxCheckPointCount

      int getMaxCheckPointCount()
      int32 max_check_point_count = 20;
      Returns:
      The maxCheckPointCount.
    • getReadBufferCount

      int getReadBufferCount()
      int32 read_buffer_count = 21;
      Returns:
      The readBufferCount.
    • getLiveBufferCount

      long getLiveBufferCount()
      int64 live_buffer_count = 22;
      Returns:
      The liveBufferCount.
    • getRetryBufferCount

      int getRetryBufferCount()
      int32 retry_buffer_count = 23;
      Returns:
      The retryBufferCount.
    • getTotalInFlightMessages

      int getTotalInFlightMessages()
      int32 total_in_flight_messages = 24;
      Returns:
      The totalInFlightMessages.
    • getOutstandingMessagesCount

      int getOutstandingMessagesCount()
      int32 outstanding_messages_count = 25;
      Returns:
      The outstandingMessagesCount.
    • getNamedConsumerStrategy

      String getNamedConsumerStrategy()
      string named_consumer_strategy = 26;
      Returns:
      The namedConsumerStrategy.
    • getNamedConsumerStrategyBytes

      com.google.protobuf.ByteString getNamedConsumerStrategyBytes()
      string named_consumer_strategy = 26;
      Returns:
      The bytes for namedConsumerStrategy.
    • getMaxSubscriberCount

      int getMaxSubscriberCount()
      int32 max_subscriber_count = 27;
      Returns:
      The maxSubscriberCount.
    • getParkedMessageCount

      long getParkedMessageCount()
      int64 parked_message_count = 28;
      Returns:
      The parkedMessageCount.