| Package | Description |
|---|---|
| com.couchbase.client.dcp | |
| com.couchbase.client.dcp.buffer | |
| com.couchbase.client.dcp.events |
| Modifier and Type | Method and Description |
|---|---|
EventBus |
Client.Environment.eventBus()
Returns the event bus where events are broadcasted on and can be published to.
|
| Modifier and Type | Method and Description |
|---|---|
Client.Builder |
Client.Builder.eventBus(EventBus eventBus)
Sets the event bus to an alternative implementation.
|
| Constructor and Description |
|---|
StreamEventBuffer(EventBus eventBus) |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultDcpEventBus
Like
com.couchbase.client.dcp.core.event.DefaultEventBus but buffers on backpressure instead of dropping. |
Copyright © 2021 Couchbase, Inc.. All rights reserved.