Uses of Interface
com.couchbase.client.dcp.core.event.CouchbaseEvent
Packages that use CouchbaseEvent
Package
Description
-
Uses of CouchbaseEvent in com.couchbase.client.dcp
Methods in com.couchbase.client.dcp with parameters of type CouchbaseEventModifier and TypeMethodDescriptionvoidSystemEventHandler.onEvent(CouchbaseEvent event) Called every time when a system event happens that should be handled by consumers of theClient. -
Uses of CouchbaseEvent in com.couchbase.client.dcp.core.event
Methods in com.couchbase.client.dcp.core.event that return types with arguments of type CouchbaseEventModifier and TypeMethodDescriptionreactor.core.publisher.Flux<CouchbaseEvent>EventBus.get()Subscribe to the event bus to retrieveCouchbaseEvents.Methods in com.couchbase.client.dcp.core.event with parameters of type CouchbaseEventModifier and TypeMethodDescriptionvoidEventBus.publish(CouchbaseEvent event) Publish aCouchbaseEventinto the bus. -
Uses of CouchbaseEvent in com.couchbase.client.dcp.core.utils
Methods in com.couchbase.client.dcp.core.utils with parameters of type CouchbaseEventModifier and TypeMethodDescriptionEvents.identityMap(CouchbaseEvent source) Takes aCouchbaseEventand returns a map with event information. -
Uses of CouchbaseEvent in com.couchbase.client.dcp.events
Classes in com.couchbase.client.dcp.events that implement CouchbaseEventModifier and TypeClassDescriptionclassEvent published when the connector has failed to add new node during failover/rebalance.classEvent published when the connector has failed to move partition to new node during failover/rebalance.classEvent published when the connector has failed to remove node during failover/rebalance.classEvent published when stream has stopped activity.Methods in com.couchbase.client.dcp.events that return types with arguments of type CouchbaseEventModifier and TypeMethodDescriptionreactor.core.publisher.Flux<CouchbaseEvent>DefaultDcpEventBus.get()Methods in com.couchbase.client.dcp.events with parameters of type CouchbaseEvent -
Uses of CouchbaseEvent in com.couchbase.client.dcp.highlevel.internal
Methods in com.couchbase.client.dcp.highlevel.internal with parameters of type CouchbaseEvent