public abstract class PersistentSubscriptionSettings
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
java.time.Duration |
getCheckpointAfter()
The amount of time to try to checkpoint after.
|
int |
getCheckpointAfterInMs()
The amount of time in milliseconds to try to checkpoint after.
|
int |
getCheckpointLowerBound()
The minimum number of messages to process before a checkpoint may be written.
|
int |
getCheckpointUpperBound()
The maximum number of messages not checkpointed before forcing a checkpoint.
|
int |
getHistoryBufferSize()
The number of events to cache when catching up.
|
int |
getLiveBufferSize()
The size of the buffer (in-memory) listening to live messages as they happen before paging occurs.
|
int |
getMaxRetryCount()
The maximum number of retries (due to timeout) before a message is considered to be parked.
|
int |
getMaxSubscriberCount()
The maximum number of subscribers allowed.
|
java.time.Duration |
getMessageTimeout()
The amount of time after which to consider a message as timed out and retried.
|
int |
getMessageTimeoutMs()
The amount of time in milliseconds after which to consider a message as timed out and retried.
|
NamedConsumerStrategy |
getNamedConsumerStrategy()
The strategy to use for distributing events to client consumers.
|
int |
getReadBatchSize()
The number of events read at a time when catching up.
|
boolean |
isExtraStatistics()
Whether to track latency statistics on this subscription.
|
boolean |
isResolveLinkTos()
If true, link resolution is enabled.
|
boolean |
shouldResolveLinkTos()
If true, link resolution is enabled.
|
public int getCheckpointAfterInMs()
public java.time.Duration getCheckpointAfter()
public boolean isExtraStatistics()
public boolean shouldResolveLinkTos()
public int getHistoryBufferSize()
public int getLiveBufferSize()
public int getCheckpointUpperBound()
public int getMaxRetryCount()
public int getMaxSubscriberCount()
public java.time.Duration getMessageTimeout()
public int getMessageTimeoutMs()
public int getCheckpointLowerBound()
public int getReadBatchSize()
public NamedConsumerStrategy getNamedConsumerStrategy()
public boolean isResolveLinkTos()