Package com.couchbase.client.core.util
Class BucketConfigUtil
java.lang.Object
com.couchbase.client.core.util.BucketConfigUtil
@Internal public class BucketConfigUtil extends Object
Defines helpful routines for working with bucket configs.
-
Method Summary
Modifier and Type Method Description static 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.
-