Class PersistentSubscriptionToAllSettings

java.lang.Object
com.eventstore.dbclient.PersistentSubscriptionSettings
com.eventstore.dbclient.PersistentSubscriptionToAllSettings

public class PersistentSubscriptionToAllSettings extends PersistentSubscriptionSettings
Persistent subscription to $all settings.
  • Method Details

    • get

      Return a persistent subscription settings to $all with default properties.
    • getStartFrom

      public StreamPosition<Position> getStartFrom()
      Where to start subscription from. This can be from the start of the $all stream, from the end of the $all stream at the time of creation, or from an inclusive position in $all stream.
    • toString

      public String toString()
      Overrides:
      toString in class Object