public class PersistentSubscriptionToStreamSettings extends PersistentSubscriptionSettings
| Modifier and Type | Method and Description |
|---|---|
static PersistentSubscriptionToStreamSettings |
get()
Return a persistent subscription settings to $all with default properties.
|
StreamPosition<java.lang.Long> |
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 PersistentSubscriptionToStreamSettings get()
public StreamPosition<java.lang.Long> getStartFrom()
public java.lang.String toString()
toString in class java.lang.Object