aboutsummaryrefslogtreecommitdiffstats
path: root/vpp-api/java/jvpp/org/openvpp/jvpp/notification/NotificationRegistryProvider.java
blob: 50b72be5805d25932d50714260c364f049d55bd0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
package org.openvpp.jvpp.notification;

/**
 * Provides notification registry
 */
public interface NotificationRegistryProvider {

    /**
     * Get current notification registry instance
     */
    NotificationRegistry getNotificationRegistry();
}