Package com.eventstore.dbclient
Class PersistentSubscriptionToStreamInfo
- java.lang.Object
-
- com.eventstore.dbclient.PersistentSubscriptionInfo
-
- com.eventstore.dbclient.PersistentSubscriptionToStreamInfo
-
public class PersistentSubscriptionToStreamInfo extends PersistentSubscriptionInfo
Persistent subscription to stream info.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PersistentSubscriptionToStreamSettingsgetSettings()The settings used to create the persistent subscription.PersistentSubscriptionToStreamStatsgetStats()Runtime persistent subscription statistics.-
Methods inherited from class com.eventstore.dbclient.PersistentSubscriptionInfo
getConnections, getEventSource, getGroupName, getStatus
-
-
-
-
Method Detail
-
getSettings
public PersistentSubscriptionToStreamSettings getSettings()
The settings used to create the persistent subscription.
-
getStats
public PersistentSubscriptionToStreamStats getStats()
Runtime persistent subscription statistics.
-
-