Class AbstractUpdatePersistentSubscription

    • Method Summary

      All Methods Instance Methods Abstract Methods Concrete Methods 
      Modifier and Type Method Description
      protected abstract com.eventstore.dbclient.proto.persistentsubscriptions.Persistent.UpdateReq.Options.Builder createOptions()  
      protected com.eventstore.dbclient.proto.persistentsubscriptions.Persistent.UpdateReq.Settings.Builder createSettings()  
      java.util.concurrent.CompletableFuture execute()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • AbstractUpdatePersistentSubscription

        public AbstractUpdatePersistentSubscription​(com.eventstore.dbclient.GrpcClient connection,
                                                    java.lang.String group,
                                                    PersistentSubscriptionSettings settings,
                                                    com.eventstore.dbclient.OptionsBase options)
    • Method Detail

      • createSettings

        protected com.eventstore.dbclient.proto.persistentsubscriptions.Persistent.UpdateReq.Settings.Builder createSettings()
      • createOptions

        protected abstract com.eventstore.dbclient.proto.persistentsubscriptions.Persistent.UpdateReq.Options.Builder createOptions()
      • execute

        public java.util.concurrent.CompletableFuture execute()