use of org.opendaylight.controller.md.sal.binding.api.NotificationService in project controller by opendaylight.
the class BackwardsCompatibleNotificationBrokerTest method initTest.
@Before
public void initTest() {
final NotificationService notificationService = getNotificationService();
final NotificationPublishService notificationPublishService = getNotificationPublishService();
notificationProviderService = new HeliumNotificationProviderServiceAdapter(notificationPublishService, notificationService);
}
Aggregations