Interface ActorSystemEventListenerRepository
-
public interface ActorSystemEventListenerRepository- Author:
- Joost van de Wijgerd
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidcreate(ShardKey shardKey, ActorSystemEvent event, ActorSystemEventListener listener)voiddelete(ShardKey shardKey, ActorSystemEvent event, ActorRef listenerId)List<ActorSystemEventListener>getAll(ShardKey shardKey, ActorSystemEvent event)
-
-
-
Method Detail
-
create
void create(ShardKey shardKey, ActorSystemEvent event, ActorSystemEventListener listener)
-
delete
void delete(ShardKey shardKey, ActorSystemEvent event, ActorRef listenerId)
-
getAll
List<ActorSystemEventListener> getAll(ShardKey shardKey, ActorSystemEvent event)
-
-