Interface ActorNode
-
- All Superinterfaces:
ActorContainer
public interface ActorNode extends ActorContainer
- Author:
- Joost van de Wijgerd
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description NodeKeygetKey()booleanisLocal()-
Methods inherited from interface org.elasticsoftware.elasticactors.ActorContainer
destroy, getActorRef, init, offerInternalMessage, sendMessage, sendMessage, undeliverableMessage
-
-
-
-
Method Detail
-
getKey
NodeKey getKey()
-
isLocal
boolean isLocal()
-
-