org.opendaylight.controller.config.yang.threadpool.EventBusServiceInterface Maven / Gradle / Ivy
/*
* Generated file
*
* Generated from: yang module name: threadpool yang module local name: eventbus
* Generated by: org.opendaylight.controller.config.yangjmxgenerator.plugin.JMXGenerator
* Generated at: Sat Apr 21 01:10:20 UTC 2018
*
* Do not modify this file unless it is present under src/main directory
*/
package org.opendaylight.controller.config.yang.threadpool;
/**
* Service representing an event bus. The service acts as message
* router between event producers and event consumers
*/
@org.opendaylight.controller.config.api.annotations.Description(value = "Service representing an event bus. The service acts as message router between event producers and event consumers")
@org.opendaylight.controller.config.api.annotations.ServiceInterfaceAnnotation(value = "(urn:opendaylight:params:xml:ns:yang:controller:threadpool?revision=2013-04-09)eventbus", osgiRegistrationType = com.google.common.eventbus.EventBus.class, registerToOsgi = true, namespace = "urn:opendaylight:params:xml:ns:yang:controller:threadpool", revision = "2013-04-09", localName = "eventbus")
@org.opendaylight.yangtools.yang.binding.annotations.ModuleQName(namespace = "urn:opendaylight:params:xml:ns:yang:controller:threadpool", revision = "2013-04-09", name = "threadpool")
public interface EventBusServiceInterface extends org.opendaylight.controller.config.api.annotations.AbstractServiceInterface {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy