Uses of Class
org.opendaylight.controller.eos.akka.registry.listener.type.command.TypeListenerCommand
Packages that use TypeListenerCommand
Package
Description
-
Uses of TypeListenerCommand in org.opendaylight.controller.eos.akka.registry.listener.owner
Method parameters in org.opendaylight.controller.eos.akka.registry.listener.owner with type arguments of type TypeListenerCommandModifier and TypeMethodDescriptionstatic akka.actor.typed.Behavior<ListenerCommand>SingleEntityListenerActor.create(String localMember, org.opendaylight.mdsal.eos.dom.api.DOMEntity entity, akka.actor.typed.ActorRef<TypeListenerCommand> toNotify) Constructor parameters in org.opendaylight.controller.eos.akka.registry.listener.owner with type arguments of type TypeListenerCommandModifierConstructorDescriptionSingleEntityListenerActor(akka.actor.typed.javadsl.ActorContext<ListenerCommand> context, String localMember, org.opendaylight.mdsal.eos.dom.api.DOMEntity entity, akka.actor.typed.ActorRef<TypeListenerCommand> toNotify) -
Uses of TypeListenerCommand 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 TypeListenerCommandModifier and TypeMethodDescriptionstatic akka.actor.typed.Behavior<TypeListenerCommand>EntityTypeListenerActor.create(String localMember, String entityType, org.opendaylight.mdsal.eos.dom.api.DOMEntityOwnershipListener listener) akka.actor.typed.javadsl.Receive<TypeListenerCommand>EntityTypeListenerActor.createReceive()Constructor parameters in org.opendaylight.controller.eos.akka.registry.listener.type with type arguments of type TypeListenerCommandModifierConstructorDescriptionEntityTypeListenerActor(akka.actor.typed.javadsl.ActorContext<TypeListenerCommand> context, String localMember, String entityType, org.opendaylight.mdsal.eos.dom.api.DOMEntityOwnershipListener listener) -
Uses of TypeListenerCommand in org.opendaylight.controller.eos.akka.registry.listener.type.command
Subclasses of TypeListenerCommand in org.opendaylight.controller.eos.akka.registry.listener.type.commandModifier and TypeClassDescriptionfinal classAdapted notification from distributed-data sent to EntityTypeListenerActor when candidates change.final classNotification sent toEntityTypeListenerActorwhen there is an owner change for an Entity of a given type.final classSent to the listener actor to stop it on demand ie during listener unregistration.