public interface PersistentActorRepository
| Modifier and Type | Method and Description |
|---|---|
boolean |
contains(ShardKey shard,
String actorId) |
void |
delete(ShardKey shard,
String actorId) |
PersistentActor<ShardKey> |
get(ShardKey shard,
String actorId) |
void |
update(ShardKey shard,
PersistentActor persistentActor) |
void |
updateAsync(ShardKey shard,
PersistentActor persistentActor,
InternalMessage message,
MessageHandlerEventListener messageHandlerEventListener) |
void update(ShardKey shard, PersistentActor persistentActor) throws IOException
IOExceptionvoid updateAsync(ShardKey shard, PersistentActor persistentActor, InternalMessage message, MessageHandlerEventListener messageHandlerEventListener) throws IOException
IOExceptionPersistentActor<ShardKey> get(ShardKey shard, String actorId) throws IOException
IOExceptionCopyright © 2021. All rights reserved.