Uses of Class
org.opendaylight.controller.eos.akka.registry.listener.type.command.TypeListenerRegistryCommand
Packages that use TypeListenerRegistryCommand
Package
Description
-
Uses of TypeListenerRegistryCommand in org.opendaylight.controller.eos.akka.bootstrap.command
Methods in org.opendaylight.controller.eos.akka.bootstrap.command that return types with arguments of type TypeListenerRegistryCommandModifier and TypeMethodDescription@NonNull akka.actor.typed.ActorRef<TypeListenerRegistryCommand>RunningContext.getListenerRegistry()Constructor parameters in org.opendaylight.controller.eos.akka.bootstrap.command with type arguments of type TypeListenerRegistryCommandModifierConstructorDescriptionRunningContext(akka.actor.typed.ActorRef<TypeListenerRegistryCommand> listenerRegistry, akka.actor.typed.ActorRef<CandidateRegistryCommand> candidateRegistry, akka.actor.typed.ActorRef<StateCheckerCommand> ownerStateChecker, akka.actor.typed.ActorRef<OwnerSupervisorCommand> ownerSupervisor) -
Uses of TypeListenerRegistryCommand in org.opendaylight.controller.eos.akka.registry.listener.type
Methods in org.opendaylight.controller.eos.akka.registry.listener.type that return types with arguments of type TypeListenerRegistryCommandModifier and TypeMethodDescriptionstatic akka.actor.typed.Behavior<TypeListenerRegistryCommand>akka.actor.typed.javadsl.Receive<TypeListenerRegistryCommand>EntityTypeListenerRegistry.createReceive()Constructor parameters in org.opendaylight.controller.eos.akka.registry.listener.type with type arguments of type TypeListenerRegistryCommandModifierConstructorDescriptionEntityTypeListenerRegistry(akka.actor.typed.javadsl.ActorContext<TypeListenerRegistryCommand> context, String localMember) -
Uses of TypeListenerRegistryCommand in org.opendaylight.controller.eos.akka.registry.listener.type.command
Subclasses of TypeListenerRegistryCommand in org.opendaylight.controller.eos.akka.registry.listener.type.commandModifier and TypeClassDescriptionfinal classRegister a DOMEntityOwnershipListener for a given entity-type.final classUnregister a listener from the EntityTypeListenerRegistry.