Uses of Interface
com.couchbase.client.core.cnc.EventBus
-
Packages that use EventBus Package Description com.couchbase.client.core.cnc com.couchbase.client.core.env -
-
Uses of EventBus in com.couchbase.client.core.cnc
Classes in com.couchbase.client.core.cnc that implement EventBus Modifier and Type Class Description class
DefaultEventBus
TheDefaultEventBus
provides the default and very efficient implementation of theEventBus
.Methods in com.couchbase.client.core.cnc with parameters of type EventBus Modifier and Type Method Description static DiagnosticsMonitor.Builder
DiagnosticsMonitor. builder(EventBus eventBus)
Creates a newDiagnosticsMonitor
with custom settings.static DiagnosticsMonitor
DiagnosticsMonitor. create(EventBus eventBus)
Creates a newDiagnosticsMonitor
with default settings.Constructors in com.couchbase.client.core.cnc with parameters of type EventBus Constructor Description Builder(EventBus eventBus)
-
Uses of EventBus in com.couchbase.client.core.env
Methods in com.couchbase.client.core.env that return EventBus Modifier and Type Method Description EventBus
CoreEnvironment. eventBus()
The central event bus which manages all kinds of messages flowing throughout the client.Methods in com.couchbase.client.core.env with parameters of type EventBus Modifier and Type Method Description SELF
CoreEnvironment.Builder. eventBus(EventBus eventBus)
-