BGPCEP-737: Implement BMP client reconnection
[bgpcep.git] / bgp / bmp-spi / src / main / java / org / opendaylight / protocol / bmp / api / BmpSessionListenerFactory.java
index 034a27d3e3194a149a1cb4d1b630392aeb88e821..52744f18f7efd54284e8115d460ad8feec4af0d6 100644 (file)
@@ -8,8 +8,11 @@
 
 package org.opendaylight.protocol.bmp.api;
 
+import javax.annotation.Nonnull;
+
 public interface BmpSessionListenerFactory {
 
+    @Nonnull
     BmpSessionListener getSessionListener();
 
 }