public interface ActorSystemEventListenerRepository
| Modifier and Type | Method and Description |
|---|---|
void |
create(ShardKey shardKey,
ActorSystemEvent event,
ActorSystemEventListener listener) |
void |
delete(ShardKey shardKey,
ActorSystemEvent event,
ActorRef listenerId) |
List<ActorSystemEventListener> |
getAll(ShardKey shardKey,
ActorSystemEvent event) |
void create(ShardKey shardKey, ActorSystemEvent event, ActorSystemEventListener listener)
void delete(ShardKey shardKey, ActorSystemEvent event, ActorRef listenerId)
List<ActorSystemEventListener> getAll(ShardKey shardKey, ActorSystemEvent event)
Copyright © 2021. All rights reserved.