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.

@FunctionalInterface public interface CuratorFrameworkCustomizer
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 Type
    Method
    Description
    void
    customize(org.apache.curator.framework.CuratorFrameworkFactory.Builder builder)
    Customize the CuratorFrameworkFactory.Builder.
  • Method Details

    • customize

      void customize(org.apache.curator.framework.CuratorFrameworkFactory.Builder builder)
      Customize the CuratorFrameworkFactory.Builder.
      Parameters:
      builder - instance of the builder that you can further customize.