public class PersistentSubscriptionToAllSettings extends PersistentSubscriptionSettings
| Modifier and Type | Method and Description |
|---|---|
static PersistentSubscriptionToAllSettings |
get()
Return a persistent subscription settings to $all with default properties.
|
StreamPosition<Position> |
getStartFrom()
Where to start subscription from.
|
java.lang.String |
toString() |
getCheckpointAfter, getCheckpointAfterInMs, getCheckpointLowerBound, getCheckpointUpperBound, getHistoryBufferSize, getLiveBufferSize, getMaxRetryCount, getMaxSubscriberCount, getMessageTimeout, getMessageTimeoutMs, getNamedConsumerStrategy, getReadBatchSize, isExtraStatistics, isResolveLinkTos, shouldResolveLinkTospublic static PersistentSubscriptionToAllSettings get()
public StreamPosition<Position> getStartFrom()
public java.lang.String toString()
toString in class java.lang.Object