Package com.eventstore.dbclient
Class PersistentSubscriptionInfo
java.lang.Object
com.eventstore.dbclient.PersistentSubscriptionInfo
- Direct Known Subclasses:
PersistentSubscriptionToAllInfo,PersistentSubscriptionToStreamInfo
Common persistent subscription info type.
-
Method Summary
Modifier and TypeMethodDescriptionActive connections to the subscription.The source of events for the subscription.The group name given on creation.The current status of the subscription.
-
Method Details
-
getEventSource
The source of events for the subscription. -
getGroupName
The group name given on creation. -
getStatus
The current status of the subscription. -
getConnections
Active connections to the subscription.- See Also:
-