Interface Persistent.CreateReq.SettingsOrBuilder

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

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

    • getResolveLinks

      boolean getResolveLinks()
      bool resolve_links = 1;
      Returns:
      The resolveLinks.
    • getRevision

      @Deprecated long getRevision()
      Deprecated.
      event_store.client.persistent_subscriptions.CreateReq.Settings.revision is deprecated. See persistent.proto;l=152
      uint64 revision = 2 [deprecated = true];
      Returns:
      The revision.
    • getExtraStatistics

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

      int getMaxRetryCount()
      int32 max_retry_count = 5;
      Returns:
      The maxRetryCount.
    • getMinCheckpointCount

      int getMinCheckpointCount()
      int32 min_checkpoint_count = 7;
      Returns:
      The minCheckpointCount.
    • getMaxCheckpointCount

      int getMaxCheckpointCount()
      int32 max_checkpoint_count = 8;
      Returns:
      The maxCheckpointCount.
    • getMaxSubscriberCount

      int getMaxSubscriberCount()
      int32 max_subscriber_count = 9;
      Returns:
      The maxSubscriberCount.
    • getLiveBufferSize

      int getLiveBufferSize()
      int32 live_buffer_size = 10;
      Returns:
      The liveBufferSize.
    • getReadBatchSize

      int getReadBatchSize()
      int32 read_batch_size = 11;
      Returns:
      The readBatchSize.
    • getHistoryBufferSize

      int getHistoryBufferSize()
      int32 history_buffer_size = 12;
      Returns:
      The historyBufferSize.
    • getNamedConsumerStrategyValue

      @Deprecated int getNamedConsumerStrategyValue()
      Deprecated.
      event_store.client.persistent_subscriptions.CreateReq.Settings.named_consumer_strategy is deprecated. See persistent.proto;l=161
      .event_store.client.persistent_subscriptions.CreateReq.ConsumerStrategy named_consumer_strategy = 13 [deprecated = true];
      Returns:
      The enum numeric value on the wire for namedConsumerStrategy.
    • getNamedConsumerStrategy

      Deprecated.
      event_store.client.persistent_subscriptions.CreateReq.Settings.named_consumer_strategy is deprecated. See persistent.proto;l=161
      .event_store.client.persistent_subscriptions.CreateReq.ConsumerStrategy named_consumer_strategy = 13 [deprecated = true];
      Returns:
      The namedConsumerStrategy.
    • hasMessageTimeoutTicks

      boolean hasMessageTimeoutTicks()
      int64 message_timeout_ticks = 4;
      Returns:
      Whether the messageTimeoutTicks field is set.
    • getMessageTimeoutTicks

      long getMessageTimeoutTicks()
      int64 message_timeout_ticks = 4;
      Returns:
      The messageTimeoutTicks.
    • hasMessageTimeoutMs

      boolean hasMessageTimeoutMs()
      int32 message_timeout_ms = 14;
      Returns:
      Whether the messageTimeoutMs field is set.
    • getMessageTimeoutMs

      int getMessageTimeoutMs()
      int32 message_timeout_ms = 14;
      Returns:
      The messageTimeoutMs.
    • hasCheckpointAfterTicks

      boolean hasCheckpointAfterTicks()
      int64 checkpoint_after_ticks = 6;
      Returns:
      Whether the checkpointAfterTicks field is set.
    • getCheckpointAfterTicks

      long getCheckpointAfterTicks()
      int64 checkpoint_after_ticks = 6;
      Returns:
      The checkpointAfterTicks.
    • hasCheckpointAfterMs

      boolean hasCheckpointAfterMs()
      int32 checkpoint_after_ms = 15;
      Returns:
      Whether the checkpointAfterMs field is set.
    • getCheckpointAfterMs

      int getCheckpointAfterMs()
      int32 checkpoint_after_ms = 15;
      Returns:
      The checkpointAfterMs.
    • getConsumerStrategy

      String getConsumerStrategy()
      string consumer_strategy = 16;
      Returns:
      The consumerStrategy.
    • getConsumerStrategyBytes

      com.google.protobuf.ByteString getConsumerStrategyBytes()
      string consumer_strategy = 16;
      Returns:
      The bytes for consumerStrategy.
    • getMessageTimeoutCase

    • getCheckpointAfterCase