Class DependencyWatcherAutoConfiguration

java.lang.Object
org.springframework.cloud.zookeeper.discovery.watcher.DependencyWatcherAutoConfiguration

@Configuration(proxyBeanMethods=false) @EnableConfigurationProperties @AutoConfigureAfter(ZookeeperDependenciesAutoConfiguration.class) public class DependencyWatcherAutoConfiguration extends Object
Provides hooks for observing dependency lifecycle in Zookeeper. Needs custom dependencies to be set in order to work.
Since:
1.0.0
Author:
Marcin Grzejszczak
See Also: