Uses of Interface
io.atomix.cluster.messaging.BroadcastService
| 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 BroadcastService in io.atomix.cluster
Methods in io.atomix.cluster that return BroadcastService Modifier and Type Method Description BroadcastServiceAtomixCluster. getBroadcastService()Returns the cluster broadcast service.BroadcastServiceBootstrapService. getBroadcastService()Returns the cluster broadcast service -
Uses of BroadcastService in io.atomix.cluster.messaging
Subinterfaces of BroadcastService in io.atomix.cluster.messaging Modifier and Type Interface Description interfaceManagedBroadcastServiceManaged broadcast service.