| Interface | Description |
|---|---|
| DependencyRegistrationHookProvider |
Implementations of this interface are required to register dependency registration
hooks on startup and their cleaning upon application context shutdown.
|
| DependencyWatcherListener |
Performs logic upon change of state of a dependency
DependencyState in the
service discovery system. |
| Class | Description |
|---|---|
| DefaultDependencyWatcher |
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.
|
| DependencyStateChangeListenerRegistry |
Informs all the DependencyWatcherListeners that a dependency's state has changed.
|
| DependencyWatcherAutoConfiguration |
Provides hooks for observing dependency lifecycle in Zookeeper.
|
| Enum | Description |
|---|---|
| DependencyState |
Represents a dependency's Zookeeper connection state.
|
Copyright © 2020 Pivotal Software, Inc.. All rights reserved.