| Modifier and Type | Method and Description |
|---|---|
void |
SystemEventHandler.onEvent(CouchbaseEvent event)
Called every time when a system event happens that should be handled by
consumers of the
Client. |
| Modifier and Type | Method and Description |
|---|---|
reactor.core.publisher.Flux<CouchbaseEvent> |
EventBus.get()
Subscribe to the event bus to retrieve
CouchbaseEvents. |
| Modifier and Type | Method and Description |
|---|---|
void |
EventBus.publish(CouchbaseEvent event)
Publish a
CouchbaseEvent into the bus. |
| Modifier and Type | Method and Description |
|---|---|
static Map<String,Object> |
Events.identityMap(CouchbaseEvent source)
Takes a
CouchbaseEvent and returns a map with event information. |
| Modifier and Type | Class and Description |
|---|---|
class |
FailedToAddNodeEvent
Event published when the connector has failed to add new node during failover/rebalance.
|
class |
FailedToMovePartitionEvent
Event published when the connector has failed to move partition to new node during failover/rebalance.
|
class |
FailedToRemoveNodeEvent
Event published when the connector has failed to remove node during failover/rebalance.
|
class |
StreamEndEvent
Event published when stream has stopped activity.
|
| Modifier and Type | Method and Description |
|---|---|
reactor.core.publisher.Flux<CouchbaseEvent> |
DefaultDcpEventBus.get() |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultDcpEventBus.publish(CouchbaseEvent event) |
| Modifier and Type | Method and Description |
|---|---|
void |
EventHandlerAdapter.onEvent(CouchbaseEvent event) |
Copyright © 2021 Couchbase, Inc.. All rights reserved.