public interface BootstrapService
This service provides the low level APIs that can be used to bootstrap a cluster.
| Modifier and Type | Method and Description |
|---|---|
BroadcastService |
getBroadcastService()
Returns the cluster broadcast service
|
MessagingService |
getMessagingService()
Returns the cluster messaging service.
|
UnicastService |
getUnicastService()
Returns the cluster unicast service.
|
MessagingService getMessagingService()
UnicastService getUnicastService()
BroadcastService getBroadcastService()
Copyright © 2013-2019. All Rights Reserved.