Package com.eventstore.dbclient
Class PersistentSubscriptionConnectionInfo
java.lang.Object
com.eventstore.dbclient.PersistentSubscriptionConnectionInfo
Holds a persistent subscription connection info.
-
Method Summary
Modifier and TypeMethodDescriptionlongNumber of available slots.doubleAverage events per second on this connection.Connection name.longNumber of items seen since last measurement on this connection.Timing measurements for the connection.getFrom()Origin of this connection.longNumber of in flight messages on this connection.longTotal items on this connection.Connection's username.toString()
-
Method Details
-
getFrom
Origin of this connection. -
getUsername
Connection's username. -
getAverageItemsPerSecond
public double getAverageItemsPerSecond()Average events per second on this connection. -
getTotalItems
public long getTotalItems()Total items on this connection. -
getCountSinceLastMeasurement
public long getCountSinceLastMeasurement()Number of items seen since last measurement on this connection. Used as the basis for averageItemsPerSecond -
getAvailableSlots
public long getAvailableSlots()Number of available slots. -
getInFlightMessages
public long getInFlightMessages()Number of in flight messages on this connection. -
getConnectionName
Connection name. -
getExtraStatistics
Timing measurements for the connection. Can be enabled with the extraStatistics setting. -
toString
-