Interface CuratorFrameworkCustomizer
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Beans that implement this interface will be used by the
ZookeeperAutoConfiguration ZookeeperAutoConfiguration} to further customize the
CuratorFramework that it provides.- Author:
- Bernardo Gomez Palacio.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionvoidcustomize(org.apache.curator.framework.CuratorFrameworkFactory.Builder builder) Customize theCuratorFrameworkFactory.Builder.
-
Method Details
-
customize
void customize(org.apache.curator.framework.CuratorFrameworkFactory.Builder builder) Customize theCuratorFrameworkFactory.Builder.- Parameters:
builder- instance of the builder that you can further customize.
-