Package | Description |
---|---|
com.couchbase.client.core.config | |
com.couchbase.client.core.config.refresher |
Modifier and Type | Method and Description |
---|---|
void |
DefaultConfigurationProvider.proposeBucketConfig(ProposedBucketConfigContext ctx) |
void |
ConfigurationProvider.proposeBucketConfig(ProposedBucketConfigContext ctx)
Propose a new bucket config with surrounding context.
|
Modifier and Type | Method and Description |
---|---|
rx.Observable<ProposedBucketConfigContext> |
Refresher.configs()
Returns the
Observable which will push out new configuration updates. |
rx.Observable<ProposedBucketConfigContext> |
AbstractRefresher.configs() |
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractRefresher.pushConfig(ProposedBucketConfigContext ctx)
Push a
BucketConfig into the config stream. |
Copyright © 2021 Couchbase, Inc.. All rights reserved.