| Package | Description |
|---|---|
| com.couchbase.client.dcp | |
| com.couchbase.client.dcp.highlevel | |
| com.couchbase.client.dcp.highlevel.internal |
| Modifier and Type | Method and Description |
|---|---|
void |
Client.listener(DatabaseChangeListener listener,
FlowControlMode flowControlMode)
Registers an event listener that will be invoked in a dedicated thread.
|
| Modifier and Type | Method and Description |
|---|---|
static FlowControlMode |
FlowControlMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FlowControlMode[] |
FlowControlMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
AsyncEventDispatcher(FlowControlMode flowControlMode,
DatabaseChangeListener consumer) |
DatabaseChangeConsumerOps(BlockingQueue<DatabaseChangeEvent> queue,
FlowControlMode flowControlMode) |
Copyright © 2021 Couchbase, Inc.. All rights reserved.