Package com.eventstore.dbclient
Class PersistentSubscriptionToAllInfo
- java.lang.Object
-
- com.eventstore.dbclient.PersistentSubscriptionInfo
-
- com.eventstore.dbclient.PersistentSubscriptionToAllInfo
-
public class PersistentSubscriptionToAllInfo extends PersistentSubscriptionInfo
Persistent subscription to $all info.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PersistentSubscriptionToAllSettingsgetSettings()The settings used to create the persistent subscription.PersistentSubscriptionToAllStatsgetStats()Runtime persistent subscription statistics.java.lang.StringtoString()-
Methods inherited from class com.eventstore.dbclient.PersistentSubscriptionInfo
getConnections, getEventSource, getGroupName, getStatus
-
-
-
-
Method Detail
-
getSettings
public PersistentSubscriptionToAllSettings getSettings()
The settings used to create the persistent subscription.
-
getStats
public PersistentSubscriptionToAllStats getStats()
Runtime persistent subscription statistics.
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-