Uses of Interface
io.atomix.cluster.messaging.ManagedUnicastService
Packages that use ManagedUnicastService
Package
Description
Provides classes and interfaces for cluster management.
Messaging layer interface implementations.
-
Uses of ManagedUnicastService in io.atomix.cluster
Fields in io.atomix.cluster declared as ManagedUnicastServiceModifier and TypeFieldDescriptionprotected final ManagedUnicastServiceAtomixCluster.unicastServiceMethods in io.atomix.cluster that return ManagedUnicastServiceModifier and TypeMethodDescriptionprotected static ManagedUnicastServiceAtomixCluster.buildUnicastService(ClusterConfig config) Builds a default unicast service.Constructors in io.atomix.cluster with parameters of type ManagedUnicastServiceModifierConstructorDescriptionprotectedAtomixCluster(ClusterConfig config, Version version, ManagedMessagingService messagingService, ManagedUnicastService unicastService) -
Uses of ManagedUnicastService in io.atomix.cluster.messaging.impl
Classes in io.atomix.cluster.messaging.impl that implement ManagedUnicastService