Package io.atomix.cluster
Interface BootstrapService
- All Known Implementing Classes:
AtomixCluster
public interface BootstrapService
Cluster bootstrap service.
This service provides the low level APIs that can be used to bootstrap a cluster.
-
Method Summary
Modifier and TypeMethodDescriptionReturns the cluster messaging service.Returns the cluster unicast service.
-
Method Details
-
getMessagingService
MessagingService getMessagingService()Returns the cluster messaging service.- Returns:
- the cluster messaging service
-
getUnicastService
UnicastService getUnicastService()Returns the cluster unicast service.- Returns:
- the cluster unicast service
-