Package akka.cluster.client
Interface ClusterClientInteraction
-
- All Known Implementing Classes:
ClusterClientUnreachable
,ClusterClientUp
public interface ClusterClientInteraction
Declares a super type for all events emitted by theClusterReceptionist
. in relation to cluster clients being interacted with.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ActorRef
clusterClient()
-
-
-
Method Detail
-
clusterClient
ActorRef clusterClient()
-
-