Uses of Interface
io.atomix.cluster.messaging.MessagingService
Packages that use MessagingService
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 MessagingService in io.atomix.cluster
Methods in io.atomix.cluster that return MessagingServiceModifier and TypeMethodDescriptionAtomixCluster.getMessagingService()Returns the cluster messaging service.BootstrapService.getMessagingService()Returns the cluster messaging service.Methods in io.atomix.cluster with parameters of type MessagingServiceModifier and TypeMethodDescriptionprotected static ManagedClusterEventServiceAtomixCluster.buildClusterEventService(ClusterMembershipService membershipService, MessagingService messagingService) Builds a cluster event service.protected static ManagedClusterCommunicationServiceAtomixCluster.buildClusterMessagingService(ClusterMembershipService membershipService, MessagingService messagingService, UnicastService unicastService) Builds a cluster messaging service. -
Uses of MessagingService in io.atomix.cluster.messaging
Subinterfaces of MessagingService in io.atomix.cluster.messagingModifier and TypeInterfaceDescriptioninterfaceManaged messaging service. -
Uses of MessagingService in io.atomix.cluster.messaging.impl
Classes in io.atomix.cluster.messaging.impl that implement MessagingServiceFields in io.atomix.cluster.messaging.impl declared as MessagingServiceModifier and TypeFieldDescriptionprotected final MessagingServiceDefaultClusterCommunicationService.messagingServiceMethods in io.atomix.cluster.messaging.impl that return types with arguments of type MessagingServiceConstructors in io.atomix.cluster.messaging.impl with parameters of type MessagingServiceModifierConstructorDescriptionDefaultClusterCommunicationService(ClusterMembershipService membershipService, MessagingService messagingService, UnicastService unicastService) DefaultClusterEventService(ClusterMembershipService membershipService, MessagingService messagingService)