Interface Persistent.UpdateReq.SettingsOrBuilder

    • Method Detail

      • getResolveLinks

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

        @Deprecated
        long getRevision()
        Deprecated.
        event_store.client.persistent_subscriptions.UpdateReq.Settings.revision is deprecated. See persistent.proto;l=220
        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

        int getNamedConsumerStrategyValue()
        .event_store.client.persistent_subscriptions.UpdateReq.ConsumerStrategy named_consumer_strategy = 13;
        Returns:
        The enum numeric value on the wire for namedConsumerStrategy.
      • getNamedConsumerStrategy

        Persistent.UpdateReq.ConsumerStrategy getNamedConsumerStrategy()
        .event_store.client.persistent_subscriptions.UpdateReq.ConsumerStrategy named_consumer_strategy = 13;
        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.