Package com.eventstore.dbclient
Class PersistentSubscriptionToStreamSettings
- java.lang.Object
-
- com.eventstore.dbclient.PersistentSubscriptionSettings
-
- com.eventstore.dbclient.PersistentSubscriptionToStreamSettings
-
public class PersistentSubscriptionToStreamSettings extends PersistentSubscriptionSettings
-
-
Constructor Summary
Constructors Constructor Description PersistentSubscriptionToStreamSettings()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StreamPosition<java.lang.Long>getStartFrom()voidsetStartFrom(StreamPosition<java.lang.Long> 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<java.lang.Long> getStartFrom()
-
setStartFrom
public void setStartFrom(StreamPosition<java.lang.Long> startFrom)
-
-