Class PersistentSubscriptionToStreamStats

java.lang.Object
com.eventstore.dbclient.PersistentSubscriptionStats
com.eventstore.dbclient.PersistentSubscriptionToStreamStats

public class PersistentSubscriptionToStreamStats extends PersistentSubscriptionStats
Processing-related persistent subscription to stream statistics.
  • Constructor Details

    • PersistentSubscriptionToStreamStats

      public PersistentSubscriptionToStreamStats()
  • Method Details

    • getLastCheckpointedEventRevision

      public Optional<Long> getLastCheckpointedEventRevision()
      The revision number of the last checkpoint.
    • getLastKnownEventRevision

      public Optional<Long> getLastKnownEventRevision()
      The revision number of the last known event.
    • toString

      public String toString()
      Overrides:
      toString in class Object