Uses of Enum
org.springframework.cloud.zookeeper.discovery.watcher.DependencyState
Packages that use DependencyState
-
Uses of DependencyState in org.springframework.cloud.zookeeper.discovery.watcher
Methods in org.springframework.cloud.zookeeper.discovery.watcher that return DependencyStateModifier and TypeMethodDescriptionstatic DependencyStateReturns the enum constant of this type with the specified name.static DependencyState[]DependencyState.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.springframework.cloud.zookeeper.discovery.watcher with parameters of type DependencyStateModifier and TypeMethodDescriptionvoidDependencyWatcherListener.stateChanged(String dependencyName, DependencyState newState) Method executed upon state change of a dependency.