Package com.couchbase.client.core.util
Class BucketConfigUtil
java.lang.Object
com.couchbase.client.core.util.BucketConfigUtil
Defines helpful routines for working with bucket configs.
-
Method Summary
Modifier and TypeMethodDescriptionstatic Mono<BucketConfig>
waitForBucketConfig
(Core core, String bucketName, Duration timeout) A bucket config can be null while the bucket has not been opened.
-
Method Details
-
waitForBucketConfig
public static Mono<BucketConfig> waitForBucketConfig(Core core, String bucketName, Duration timeout) A bucket config can be null while the bucket has not been opened. This method allows easily for a config to be available.
-