| Package | Description |
|---|---|
| com.couchbase.client.dcp | |
| com.couchbase.client.dcp.buffer |
| Modifier and Type | Method and Description |
|---|---|
DataEventHandler |
Client.Environment.dataEventHandler()
Returns the currently attached data event handler.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Client.dataEventHandler(DataEventHandler dataEventHandler)
Stores a
DataEventHandler to be called when data events happen. |
void |
Client.Environment.setDataEventHandler(DataEventHandler dataEventHandler)
Set/Override the data event handler.
|
| Modifier and Type | Class and Description |
|---|---|
class |
StreamEventBuffer
When rollback mitigation / persistence polling is enabled, the stream event buffer
intercepts stream events and stores them until being notified that persistence is observed.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StreamEventBuffer.setDataEventHandler(DataEventHandler dataEventHandler) |
Copyright © 2021 Couchbase, Inc.. All rights reserved.