Uses of Interface
io.atomix.cluster.messaging.UnicastService
| Package | Description |
|---|---|
| io.atomix.cluster |
Provides classes and interfaces for cluster management.
|
| io.atomix.cluster.messaging |
Provides high-level interfaces for direct and publish-subscribe inter-cluster communication.
|
-
Uses of UnicastService in io.atomix.cluster
Methods in io.atomix.cluster that return UnicastService Modifier and Type Method Description UnicastServiceAtomixCluster. getUnicastService()Returns the cluster unicast service.UnicastServiceBootstrapService. getUnicastService()Returns the cluster unicast service. -
Uses of UnicastService in io.atomix.cluster.messaging
Subinterfaces of UnicastService in io.atomix.cluster.messaging Modifier and Type Interface Description interfaceManagedUnicastServiceManaged unicast service.