use of org.opendaylight.mdsal.dom.broker.DOMRpcRouter in project mdsal by opendaylight.
the class BindingTestContext method startDomBroker.
private void startDomBroker() {
checkState(executor != null);
domRouter = new DOMRpcRouter();
mockSchemaService.registerSchemaContextListener(domRouter);
}
Aggregations