Class EntityTypeListenerRegistry
java.lang.Object
akka.actor.typed.Behavior<T>
akka.actor.typed.ExtensibleBehavior<T>
akka.actor.typed.javadsl.AbstractBehavior<TypeListenerRegistryCommand>
org.opendaylight.controller.eos.akka.registry.listener.type.EntityTypeListenerRegistry
public class EntityTypeListenerRegistry
extends akka.actor.typed.javadsl.AbstractBehavior<TypeListenerRegistryCommand>
-
Nested Class Summary
Nested classes/interfaces inherited from class akka.actor.typed.Behavior
akka.actor.typed.Behavior.BehaviorDecorators<Inner extends Object>, akka.actor.typed.Behavior.BehaviorDecorators$ -
Constructor Summary
ConstructorsConstructorDescriptionEntityTypeListenerRegistry(akka.actor.typed.javadsl.ActorContext<TypeListenerRegistryCommand> context, String localMember) -
Method Summary
Modifier and TypeMethodDescriptionstatic akka.actor.typed.Behavior<TypeListenerRegistryCommand>akka.actor.typed.javadsl.Receive<TypeListenerRegistryCommand>Methods inherited from class akka.actor.typed.javadsl.AbstractBehavior
getContext, newReceiveBuilder, receive, receiveSignalMethods inherited from class akka.actor.typed.Behavior
_tag, BehaviorDecorators, canonicalize, existsInStack, interpretMessage, interpretSignal, isAlive, isDeferred, isUnhandled, narrow, start, unsafeCast, validateAsInitial
-
Constructor Details
-
EntityTypeListenerRegistry
public EntityTypeListenerRegistry(akka.actor.typed.javadsl.ActorContext<TypeListenerRegistryCommand> context, String localMember)
-
-
Method Details
-
create
-
createReceive
- Specified by:
createReceivein classakka.actor.typed.javadsl.AbstractBehavior<TypeListenerRegistryCommand>
-