public class ZookeeperBootstrapper extends Object implements org.springframework.boot.Bootstrapper
| Constructor and Description |
|---|
ZookeeperBootstrapper() |
| Modifier and Type | Method and Description |
|---|---|
ZookeeperBootstrapper |
curatorFrameworkCustomizer(Function<org.springframework.boot.BootstrapContext,CuratorFrameworkCustomizer> curatorFrameworkCustomizer) |
ZookeeperBootstrapper |
ensembleProvider(Function<org.springframework.boot.BootstrapContext,org.apache.curator.ensemble.EnsembleProvider> ensembleProvider) |
void |
intitialize(org.springframework.boot.BootstrapRegistry registry) |
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) |
public ZookeeperBootstrapper retryPolicy(Function<org.springframework.boot.BootstrapContext,org.apache.curator.RetryPolicy> retryPolicy)
public ZookeeperBootstrapper ensembleProvider(Function<org.springframework.boot.BootstrapContext,org.apache.curator.ensemble.EnsembleProvider> ensembleProvider)
public ZookeeperBootstrapper tracerDriver(Function<org.springframework.boot.BootstrapContext,org.apache.curator.drivers.TracerDriver> tracerDriver)
public ZookeeperBootstrapper curatorFrameworkCustomizer(Function<org.springframework.boot.BootstrapContext,CuratorFrameworkCustomizer> curatorFrameworkCustomizer)
public void intitialize(org.springframework.boot.BootstrapRegistry registry)
intitialize in interface org.springframework.boot.BootstrapperCopyright © 2021 Pivotal Software, Inc.. All rights reserved.