Uses of Class
com.couchbase.client.core.cnc.EventSubscription
-
Packages that use EventSubscription Package Description com.couchbase.client.core.cnc -
-
Uses of EventSubscription in com.couchbase.client.core.cnc
Methods in com.couchbase.client.core.cnc that return EventSubscription Modifier and Type Method Description EventSubscriptionDefaultEventBus. subscribe(Consumer<Event> consumer)EventSubscriptionEventBus. subscribe(Consumer<Event> consumer)EventSubscriptionSimpleEventBus. subscribe(Consumer<Event> consumer)Methods in com.couchbase.client.core.cnc with parameters of type EventSubscription Modifier and Type Method Description voidDefaultEventBus. unsubscribe(EventSubscription subscription)voidEventBus. unsubscribe(EventSubscription subscription)voidSimpleEventBus. unsubscribe(EventSubscription subscription)
-