VPP-330 Track pending map-requests with a fifo
[vpp.git] / vpp-api / java / jvpp / org / openvpp / jvpp / notification / NotificationRegistryProvider.java
1 package org.openvpp.jvpp.notification;
2
3 /**
4  * Provides notification registry
5  */
6 public interface NotificationRegistryProvider {
7
8     /**
9      * Get current notification registry instance
10      */
11     NotificationRegistry getNotificationRegistry();
12 }