Class ZookeeperConfigServerBootstrapper
java.lang.Object
org.springframework.cloud.zookeeper.discovery.configclient.ZookeeperConfigServerBootstrapper
- All Implemented Interfaces:
org.springframework.boot.BootstrapRegistryInitializer
public class ZookeeperConfigServerBootstrapper
extends Object
implements org.springframework.boot.BootstrapRegistryInitializer
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidinitialize(org.springframework.boot.BootstrapRegistry registry) static booleanisEnabled(org.springframework.boot.BootstrapContext bootstrapContext)
-
Constructor Details
-
ZookeeperConfigServerBootstrapper
public ZookeeperConfigServerBootstrapper()
-
-
Method Details
-
isEnabled
public static boolean isEnabled(org.springframework.boot.BootstrapContext bootstrapContext) -
initialize
public void initialize(org.springframework.boot.BootstrapRegistry registry) - Specified by:
initializein interfaceorg.springframework.boot.BootstrapRegistryInitializer
-