public final class NoopActorSystemEventRegistryService extends Object implements ActorSystemEventListenerService
| Constructor and Description |
|---|
NoopActorSystemEventRegistryService() |
| Modifier and Type | Method and Description |
|---|---|
void |
deregister(org.elasticsoftware.elasticactors.ActorRef receiver,
ActorSystemEvent event) |
void |
generateEvents(org.elasticsoftware.elasticactors.ActorShard actorShard,
ActorSystemEvent actorSystemEvent) |
void |
register(org.elasticsoftware.elasticactors.ActorRef receiver,
ActorSystemEvent event,
Object message) |
public void register(org.elasticsoftware.elasticactors.ActorRef receiver,
ActorSystemEvent event,
Object message)
throws IOException
register in interface ActorSystemEventListenerRegistryIOExceptionpublic void deregister(org.elasticsoftware.elasticactors.ActorRef receiver,
ActorSystemEvent event)
deregister in interface ActorSystemEventListenerRegistrypublic void generateEvents(org.elasticsoftware.elasticactors.ActorShard actorShard,
ActorSystemEvent actorSystemEvent)
generateEvents in interface InternalActorSystemEventListenerRegistryCopyright © 2021. All rights reserved.