Package | Description |
---|---|
com.couchbase.client.core.env | |
com.couchbase.client.core.event | |
com.couchbase.client.core.metrics |
Modifier and Type | Method and Description |
---|---|
EventBus |
DefaultCoreEnvironment.eventBus() |
EventBus |
CoreEnvironment.eventBus()
Returns the event bus where events are broadcasted on and can be published to.
|
Modifier and Type | Method and Description |
---|---|
DefaultCoreEnvironment.Builder |
DefaultCoreEnvironment.Builder.eventBus(EventBus eventBus)
Sets the event bus to an alternative implementation.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultEventBus
The default event bus implementation.
|
Constructor and Description |
---|
AbstractLatencyMetricsCollector(EventBus eventBus,
rx.Scheduler scheduler,
LatencyMetricsCollectorConfig config) |
AbstractMetricsCollector(EventBus eventBus,
rx.Scheduler scheduler,
MetricsCollectorConfig config) |
NetworkLatencyMetricsCollector(EventBus eventBus,
rx.Scheduler scheduler,
LatencyMetricsCollectorConfig config) |
RuntimeMetricsCollector(EventBus eventBus,
rx.Scheduler scheduler,
MetricsCollectorConfig config) |
Copyright © 2017 Couchbase, Inc.. All rights reserved.