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.
Callback interface that can be implemented by beans wishing to customize the
ClusterEnvironment.Builder
to fine-tune its auto-configuration before
it creates the ClusterEnvironment
.- Since:
- 2.3.0
- Author:
- Stephane Nicoll
-
Method Summary
Modifier and TypeMethodDescriptionvoid
customize
(com.couchbase.client.java.env.ClusterEnvironment.Builder builder) Customize theClusterEnvironment.Builder
.
-
Method Details
-
customize
void customize(com.couchbase.client.java.env.ClusterEnvironment.Builder builder) Customize theClusterEnvironment.Builder
.- Parameters:
builder
- the builder to customize
-