Package com.eventstore.dbclient
Class SubscribePersistentSubscription
- java.lang.Object
-
- com.eventstore.dbclient.AbstractSubscribePersistentSubscription
-
- com.eventstore.dbclient.SubscribePersistentSubscription
-
public class SubscribePersistentSubscription extends AbstractSubscribePersistentSubscription
-
-
Field Summary
-
Fields inherited from class com.eventstore.dbclient.AbstractSubscribePersistentSubscription
defaultReadOptions
-
-
Constructor Summary
Constructors Constructor Description SubscribePersistentSubscription(GrpcClient connection, java.lang.String stream, java.lang.String group, SubscribePersistentSubscriptionOptions options, PersistentSubscriptionListener listener)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected com.eventstore.dbclient.proto.persistentsubscriptions.Persistent.ReadReq.Options.BuildercreateOptions()-
Methods inherited from class com.eventstore.dbclient.AbstractSubscribePersistentSubscription
execute
-
-
-
-
Constructor Detail
-
SubscribePersistentSubscription
public SubscribePersistentSubscription(GrpcClient connection, java.lang.String stream, java.lang.String group, SubscribePersistentSubscriptionOptions options, PersistentSubscriptionListener listener)
-
-
Method Detail
-
createOptions
protected com.eventstore.dbclient.proto.persistentsubscriptions.Persistent.ReadReq.Options.Builder createOptions()
- Specified by:
createOptionsin classAbstractSubscribePersistentSubscription
-
-