Package com.eventstore.dbclient
Class PersistentSubscriptionListener
- java.lang.Object
-
- com.eventstore.dbclient.PersistentSubscriptionListener
-
public abstract class PersistentSubscriptionListener extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description PersistentSubscriptionListener()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidonCancelled(PersistentSubscription subscription)voidonError(PersistentSubscription subscription, java.lang.Throwable throwable)voidonEvent(PersistentSubscription subscription, ResolvedEvent event)
-
-
-
Method Detail
-
onEvent
public void onEvent(PersistentSubscription subscription, ResolvedEvent event)
-
onError
public void onError(PersistentSubscription subscription, java.lang.Throwable throwable)
-
onCancelled
public void onCancelled(PersistentSubscription subscription)
-
-