Package com.eventstore.dbclient
Class PersistentSubscriptionToStreamStats
java.lang.Object
com.eventstore.dbclient.PersistentSubscriptionStats
com.eventstore.dbclient.PersistentSubscriptionToStreamStats
Processing-related persistent subscription to stream statistics.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe revision number of the last checkpoint.The revision number of the last known event.toString()Methods inherited from class com.eventstore.dbclient.PersistentSubscriptionStats
getAveragePerSecond, getCountSinceLastMeasurement, getLiveBufferCount, getOutstandingMessagesCount, getParkedMessageCount, getReadBufferCount, getRetryBufferCount, getTotalInFlightMessages, getTotalItems
-
Constructor Details
-
PersistentSubscriptionToStreamStats
public PersistentSubscriptionToStreamStats()
-
-
Method Details