public abstract class PersistentSubscriptionInfo
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
java.util.List<PersistentSubscriptionConnectionInfo> |
getConnections()
Active connections to the subscription.
|
java.lang.String |
getEventSource()
The source of events for the subscription.
|
java.lang.String |
getGroupName()
The group name given on creation.
|
java.lang.String |
getStatus()
The current status of the subscription.
|
public java.lang.String getEventSource()
public java.lang.String getGroupName()
public java.lang.String getStatus()
public java.util.List<PersistentSubscriptionConnectionInfo> getConnections()
PersistentSubscriptionConnectionInfo