Class OpsManager

java.lang.Object
org.apache.pekko.actor.AbstractActor
org.opendaylight.controller.cluster.common.actor.AbstractUntypedActor
org.opendaylight.controller.remote.rpc.OpsManager
All Implemented Interfaces:
org.apache.pekko.actor.Actor, ExecuteInSelfActor

public class OpsManager extends AbstractUntypedActor
This class acts as a supervisor, creates all the actors, resumes them, if an exception is thrown. It also registers OpsListener with the local DOMRpcService.