Uses of Class
org.elasticsoftware.elasticactors.state.PersistentActor
-
Packages that use PersistentActor Package Description org.elasticsoftware.elasticactors.state -
-
Uses of PersistentActor in org.elasticsoftware.elasticactors.state
Methods in org.elasticsoftware.elasticactors.state that return PersistentActor Modifier and Type Method Description PersistentActor<ShardKey>PersistentActorRepository. get(ShardKey shard, String actorId)Methods in org.elasticsoftware.elasticactors.state with parameters of type PersistentActor Modifier and Type Method Description voidPersistentActorRepository. update(ShardKey shard, PersistentActor persistentActor)voidPersistentActorRepository. updateAsync(ShardKey shard, PersistentActor persistentActor, InternalMessage message, MessageHandlerEventListener messageHandlerEventListener)
-