| Interface | Description |
|---|---|
| ClusterManager |
Describes a class that allows interaction with other running application nodes
that are considered clustered.
|
| Instruction<T> |
Defines an instruction based on the
Callable interface, and requires
the class to be serializable. |
| Class | Description |
|---|---|
| AbstractClusterManager |
A (slightly opinionated) base implementation of
ClusterManager. |
| ClusterConfigurationProperties | |
| ClusterMember |
Provides a basis for representing required information about a cluster member.
|
| DistributedClusterAutoConfiguration |