Search in sources :

Example 1 with NotificationService

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);
}
Also used : HeliumNotificationProviderServiceAdapter(org.opendaylight.controller.md.sal.binding.compat.HeliumNotificationProviderServiceAdapter) NotificationService(org.opendaylight.controller.md.sal.binding.api.NotificationService) NotificationPublishService(org.opendaylight.controller.md.sal.binding.api.NotificationPublishService) Before(org.junit.Before)

Aggregations

Before (org.junit.Before)1 NotificationPublishService (org.opendaylight.controller.md.sal.binding.api.NotificationPublishService)1 NotificationService (org.opendaylight.controller.md.sal.binding.api.NotificationService)1 HeliumNotificationProviderServiceAdapter (org.opendaylight.controller.md.sal.binding.compat.HeliumNotificationProviderServiceAdapter)1