Class DefaultDependencyWatcher

java.lang.Object
org.springframework.cloud.zookeeper.discovery.watcher.DefaultDependencyWatcher
All Implemented Interfaces:
EventListener, DependencyRegistrationHookProvider, org.springframework.context.ApplicationListener<org.springframework.cloud.client.discovery.event.InstanceRegisteredEvent<?>>

public class DefaultDependencyWatcher extends Object implements DependencyRegistrationHookProvider, org.springframework.context.ApplicationListener<org.springframework.cloud.client.discovery.event.InstanceRegisteredEvent<?>>
This Dependency Watcher will verify the presence of dependencies upon startup and registers listeners to changing of state of dependencies during the application's lifecycle.
Since:
1.0.0
Author:
Marcin Grzejszczak, Michal Chmielarz, 4financeIT
See Also: