Uses of Interface
io.atomix.cluster.messaging.UnicastService
Packages that use UnicastService
Package
Description
Provides classes and interfaces for cluster management.
Provides high-level interfaces for direct and publish-subscribe inter-cluster communication.
Messaging layer interface implementations.
-
Uses of UnicastService in io.atomix.cluster
Methods in io.atomix.cluster that return UnicastServiceModifier and TypeMethodDescriptionAtomixCluster.getUnicastService()Returns the cluster unicast service.BootstrapService.getUnicastService()Returns the cluster unicast service.Methods in io.atomix.cluster with parameters of type UnicastServiceModifier and TypeMethodDescriptionprotected static ManagedClusterCommunicationServiceAtomixCluster.buildClusterMessagingService(ClusterMembershipService membershipService, MessagingService messagingService, UnicastService unicastService) Builds a cluster messaging service. -
Uses of UnicastService in io.atomix.cluster.messaging
Subinterfaces of UnicastService in io.atomix.cluster.messaging -
Uses of UnicastService in io.atomix.cluster.messaging.impl
Classes in io.atomix.cluster.messaging.impl that implement UnicastServiceFields in io.atomix.cluster.messaging.impl declared as UnicastServiceModifier and TypeFieldDescriptionprotected final UnicastServiceDefaultClusterCommunicationService.unicastServiceMethods in io.atomix.cluster.messaging.impl that return types with arguments of type UnicastServiceConstructors in io.atomix.cluster.messaging.impl with parameters of type UnicastServiceModifierConstructorDescriptionDefaultClusterCommunicationService(ClusterMembershipService membershipService, MessagingService messagingService, UnicastService unicastService)