Interface InternalActorSystems
-
- All Superinterfaces:
ActorSystems,SerializationFrameworks
public interface InternalActorSystems extends ActorSystems, SerializationFrameworks
- Author:
- Joost van de Wijgerd
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ActorRefcreatePersistentActorRef(ActorShard shard, String actorId)ActorRefcreateServiceActorRef(ActorNode node, String actorId)ActorRefcreateTempActorRef(ActorNode node, String actorId)InternalActorSystemget(String name)StringgetActorStateVersion(Class<? extends ElasticActor> actorClass)-
Methods inherited from interface org.elasticsoftware.elasticactors.ActorSystems
getClusterName, getRemote, getRemote, registerRebalancingEventListener
-
Methods inherited from interface org.elasticsoftware.elasticactors.serialization.SerializationFrameworks
getSerializationFramework, getSystemMessageDeserializer, getSystemMessageSerializer
-
-
-
-
Method Detail
-
get
InternalActorSystem get(String name)
- Specified by:
getin interfaceActorSystems
-
createPersistentActorRef
ActorRef createPersistentActorRef(ActorShard shard, String actorId)
-
getActorStateVersion
String getActorStateVersion(Class<? extends ElasticActor> actorClass)
-
-