Uses of Interface
org.elasticsoftware.elasticactors.cluster.InternalActorSystem
-
Packages that use InternalActorSystem Package Description org.elasticsoftware.elasticactors.cluster org.elasticsoftware.elasticactors.state -
-
Uses of InternalActorSystem in org.elasticsoftware.elasticactors.cluster
Methods in org.elasticsoftware.elasticactors.cluster that return InternalActorSystem Modifier and Type Method Description InternalActorSystemInternalActorSystems. get(String name) -
Uses of InternalActorSystem in org.elasticsoftware.elasticactors.state
Constructors in org.elasticsoftware.elasticactors.state with parameters of type InternalActorSystem Constructor Description PersistentActor(K key, InternalActorSystem actorSystem, String currentActorStateVersion, String previousActorSystemVersion, ActorRef ref, Class<? extends ElasticActor> actorClass, byte[] serializedState, com.google.common.collect.HashMultimap<String,MessageSubscriber> messageSubscribers, List<InternalPersistentSubscription> persistentSubscriptions)This Constructor should be used when the PersistentActor is deserializedPersistentActor(K key, InternalActorSystem actorSystem, String currentActorStateVersion, String previousActorSystemVersion, ActorRef ref, Class<? extends ElasticActor> actorClass, byte[] serializedState, String affinityKey, com.google.common.collect.HashMultimap<String,MessageSubscriber> messageSubscribers, List<InternalPersistentSubscription> persistentSubscriptions)PersistentActor(K key, InternalActorSystem actorSystem, String previousActorStateVersion, ActorRef ref, Class<? extends ElasticActor> actorClass, ActorState actorState)This Constructor should be used when creating a new PersistentActor in memoryPersistentActor(K key, InternalActorSystem actorSystem, String previousActorStateVersion, ActorRef ref, String affinityKey, Class<? extends ElasticActor> actorClass, ActorState actorState)
-