Uses of Interface
org.elasticsoftware.elasticactors.ActorNode
-
Packages that use ActorNode Package Description org.elasticsoftware.elasticactors.cluster -
-
Uses of ActorNode in org.elasticsoftware.elasticactors.cluster
Methods in org.elasticsoftware.elasticactors.cluster that return ActorNode Modifier and Type Method Description ActorNodeInternalActorSystem. getNode()Returns the localActorNodeActorNodeInternalActorSystem. getNode(String nodeId)Returns aActorNodethat can be either remote or localMethods in org.elasticsoftware.elasticactors.cluster with parameters of type ActorNode Modifier and Type Method Description ActorRefInternalActorSystems. createServiceActorRef(ActorNode node, String actorId)ActorRefInternalActorSystems. createTempActorRef(ActorNode node, String actorId)
-