Class NoopActorSystemEventRegistryService
- java.lang.Object
-
- org.elasticsoftware.elasticactors.test.cluster.NoopActorSystemEventRegistryService
-
- All Implemented Interfaces:
ActorSystemEventListenerRegistry,ActorSystemEventListenerService,InternalActorSystemEventListenerRegistry
public final class NoopActorSystemEventRegistryService extends Object implements ActorSystemEventListenerService
- Author:
- Joost van de Wijgerd
-
-
Constructor Summary
Constructors Constructor Description NoopActorSystemEventRegistryService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidderegister(org.elasticsoftware.elasticactors.ActorRef receiver, ActorSystemEvent event)voidgenerateEvents(org.elasticsoftware.elasticactors.ActorShard actorShard, ActorSystemEvent actorSystemEvent)voidregister(org.elasticsoftware.elasticactors.ActorRef receiver, ActorSystemEvent event, Object message)
-
-
-
Method Detail
-
register
public void register(org.elasticsoftware.elasticactors.ActorRef receiver, ActorSystemEvent event, Object message) throws IOException- Specified by:
registerin interfaceActorSystemEventListenerRegistry- Throws:
IOException
-
deregister
public void deregister(org.elasticsoftware.elasticactors.ActorRef receiver, ActorSystemEvent event)- Specified by:
deregisterin interfaceActorSystemEventListenerRegistry
-
generateEvents
public void generateEvents(org.elasticsoftware.elasticactors.ActorShard actorShard, ActorSystemEvent actorSystemEvent)- Specified by:
generateEventsin interfaceInternalActorSystemEventListenerRegistry
-
-