Uses of Class
org.springframework.cloud.zookeeper.config.ZookeeperBootstrapper
-
Uses of ZookeeperBootstrapper in org.springframework.cloud.zookeeper.config
Methods in org.springframework.cloud.zookeeper.config that return ZookeeperBootstrapperModifier and TypeMethodDescriptionZookeeperBootstrapper.curatorFrameworkCustomizer(Function<org.springframework.boot.BootstrapContext, CuratorFrameworkCustomizer> curatorFrameworkCustomizer) ZookeeperBootstrapper.ensembleProvider(Function<org.springframework.boot.BootstrapContext, org.apache.curator.ensemble.EnsembleProvider> ensembleProvider) ZookeeperBootstrapper.retryPolicy(Function<org.springframework.boot.BootstrapContext, org.apache.curator.RetryPolicy> retryPolicy) ZookeeperBootstrapper.tracerDriver(Function<org.springframework.boot.BootstrapContext, org.apache.curator.drivers.TracerDriver> tracerDriver)