Package com.eventstore.dbclient
Class PersistentSubscriptionToAllSettings
- java.lang.Object
-
- com.eventstore.dbclient.PersistentSubscriptionSettings
-
- com.eventstore.dbclient.PersistentSubscriptionToAllSettings
-
public class PersistentSubscriptionToAllSettings extends PersistentSubscriptionSettings
-
-
Constructor Summary
Constructors Constructor Description PersistentSubscriptionToAllSettings()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StreamPosition<Position>getStartFrom()voidsetStartFrom(StreamPosition<Position> startFrom)-
Methods inherited from class com.eventstore.dbclient.PersistentSubscriptionSettings
defaultRegular, defaultToAll, getCheckpointAfter, getCheckpointAfterInMs, getCheckpointLowerBound, getCheckpointUpperBound, getConsumerStrategyName, getHistoryBufferSize, getLiveBufferSize, getMaxCheckpointCount, getMaxRetryCount, getMaxSubscriberCount, getMessageTimeout, getMessageTimeoutMs, getMinCheckpointCount, getReadBatchSize, getStrategy, isExtraStatistics, isResolveLinks, isResolveLinkTos, setCheckpointAfter, setCheckpointLowerBound, setCheckpointUpperBound, setConsumerStrategyName, setExtraStatistics, setHistoryBufferSize, setLiveBufferSize, setMaxRetryCount, setMaxSubscriberCount, setMessageTimeoutMs, setReadBatchSize, setResolveLinkTos, shouldResolveLinkTos
-
-
-
-
Method Detail
-
getStartFrom
public StreamPosition<Position> getStartFrom()
-
setStartFrom
public void setStartFrom(StreamPosition<Position> startFrom)
-
-