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 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.