Uses of Class
org.opendaylight.controller.eos.akka.registry.listener.owner.command.ListenerCommand
Packages that use ListenerCommand
Package
Description
-
Uses of ListenerCommand in org.opendaylight.controller.eos.akka.registry.listener.owner
Methods in org.opendaylight.controller.eos.akka.registry.listener.owner that return types with arguments of type ListenerCommandModifier 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) akka.actor.typed.javadsl.Receive<ListenerCommand>SingleEntityListenerActor.createReceive()Constructor parameters in org.opendaylight.controller.eos.akka.registry.listener.owner with type arguments of type ListenerCommandModifierConstructorDescriptionSingleEntityListenerActor(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 ListenerCommand in org.opendaylight.controller.eos.akka.registry.listener.owner.command
Subclasses of ListenerCommand in org.opendaylight.controller.eos.akka.registry.listener.owner.commandModifier and TypeClassDescriptionfinal classfinal classNotification from distributed-data sent to the SingleEntityListenerActor when owner changes for the tracked entity.