Uses of Class
org.springframework.cloud.zookeeper.discovery.watcher.presence.DependencyPresenceOnStartupVerifier
Packages that use DependencyPresenceOnStartupVerifier
Package
Description
-
Uses of DependencyPresenceOnStartupVerifier in org.springframework.cloud.zookeeper.discovery.watcher
Methods in org.springframework.cloud.zookeeper.discovery.watcher that return DependencyPresenceOnStartupVerifierModifier and TypeMethodDescriptionDependencyWatcherAutoConfiguration.dependencyPresenceOnStartupVerifier()Methods in org.springframework.cloud.zookeeper.discovery.watcher with parameters of type DependencyPresenceOnStartupVerifierModifier and TypeMethodDescriptionDependencyWatcherAutoConfiguration.dependencyWatcher(org.apache.curator.x.discovery.ServiceDiscovery<ZookeeperInstance> serviceDiscovery, DependencyPresenceOnStartupVerifier dependencyPresenceOnStartupVerifier, ZookeeperDependencies zookeeperDependencies) Constructors in org.springframework.cloud.zookeeper.discovery.watcher with parameters of type DependencyPresenceOnStartupVerifierModifierConstructorDescriptionDefaultDependencyWatcher(org.apache.curator.x.discovery.ServiceDiscovery<ZookeeperInstance> serviceDiscovery, DependencyPresenceOnStartupVerifier dependencyPresenceOnStartupVerifier, List<DependencyWatcherListener> dependencyWatcherListeners, ZookeeperDependencies zookeeperDependencies) -
Uses of DependencyPresenceOnStartupVerifier in org.springframework.cloud.zookeeper.discovery.watcher.presence
Subclasses of DependencyPresenceOnStartupVerifier in org.springframework.cloud.zookeeper.discovery.watcher.presenceModifier and TypeClassDescriptionclassBy default passes logging dependency checker in order not to shutdown the application if dependency is missing.