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 EventSubscription
DefaultEventBus. subscribe(Consumer<Event> consumer)
EventSubscription
EventBus. subscribe(Consumer<Event> consumer)
EventSubscription
SimpleEventBus. subscribe(Consumer<Event> consumer)
Methods in com.couchbase.client.core.cnc with parameters of type EventSubscription Modifier and Type Method Description void
DefaultEventBus. unsubscribe(EventSubscription subscription)
void
EventBus. unsubscribe(EventSubscription subscription)
void
SimpleEventBus. unsubscribe(EventSubscription subscription)
-