Uses of Interface
com.couchbase.client.core.cnc.EventBus
Packages that use EventBus
Package
Description
-
Uses of EventBus in com.couchbase.client.core.cnc
Classes in com.couchbase.client.core.cnc that implement EventBusModifier and TypeClassDescriptionclass
TheDefaultEventBus
provides the default and very efficient implementation of theEventBus
.class
This super simple event bus should be used in testing only to assert certain events got pushed through.Constructors in com.couchbase.client.core.cnc with parameters of type EventBusModifierConstructorDescriptionOrphanReporter
(EventBus eventBus, OrphanReporterConfig config) Creates a newOrphanReporter
. -
Uses of EventBus in com.couchbase.client.core.cnc.metrics
Methods in com.couchbase.client.core.cnc.metrics with parameters of type EventBusModifier and TypeMethodDescriptionstatic LoggingMeter
LoggingMeter.create
(EventBus eventBus, LoggingMeterConfig config) -
Uses of EventBus in com.couchbase.client.core.cnc.tracing
Methods in com.couchbase.client.core.cnc.tracing with parameters of type EventBusModifier and TypeMethodDescriptionDeprecated.static ThresholdLoggingTracer
Short-hand to create the tracer with the event bus that needs to be used.static ThresholdLoggingTracer
ThresholdLoggingTracer.create
(EventBus eventBus, ThresholdLoggingTracerConfig config) Creates a tracer with config and a reference to the event bus. -
Uses of EventBus in com.couchbase.client.core.diagnostics
Methods in com.couchbase.client.core.diagnostics with parameters of type EventBusModifier and TypeMethodDescription -
Uses of EventBus in com.couchbase.client.core.env
Methods in com.couchbase.client.core.env that return EventBusModifier and TypeMethodDescriptionCoreEnvironment.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 -
Uses of EventBus in com.couchbase.client.core.transaction.log
Methods in com.couchbase.client.core.transaction.log that return EventBusConstructors in com.couchbase.client.core.transaction.log with parameters of type EventBus -
Uses of EventBus in com.couchbase.client.core.util
Methods in com.couchbase.client.core.util with parameters of type EventBusModifier and TypeMethodDescriptionConnectionStringUtil.seedNodesFromConnectionString
(ConnectionString connectionString, boolean dnsSrvEnabled, boolean tlsEnabled, EventBus eventBus) Populates a list of seed nodes from the connection string.Constructors in com.couchbase.client.core.util with parameters of type EventBusModifierConstructorDescriptionClusterCleanupTask
(reactor.core.publisher.Mono<Void> cleanupTask, EventBus eventBus, AtomicBoolean alreadyDisconnected)
ThresholdLoggingTracer.create(EventBus, ThresholdLoggingTracerConfig)
instead.