Interface ClusterEnvironmentBuilderCustomizer

Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface ClusterEnvironmentBuilderCustomizer
Callback interface that can be implemented by beans wishing to customize the ClusterEnvironment via a ClusterEnvironment.Builder whilst retaining default auto-configuration.
Since:
2.3.0
Author:
Stephane Nicoll
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    customize(com.couchbase.client.java.env.ClusterEnvironment.Builder builder)
    Customize the ClusterEnvironment.Builder.
  • Method Details

    • customize

      void customize(com.couchbase.client.java.env.ClusterEnvironment.Builder builder)
      Customize the ClusterEnvironment.Builder.
      Parameters:
      builder - the builder to customize