Exception test Fix
[nonrtric.git] / policy-agent / src / main / java / org / oransc / policyagent / dmaap / DmaapMessageConsumer.java
index 889dfaf..c132fa2 100644 (file)
@@ -49,11 +49,6 @@ public interface DmaapMessageConsumer {
      */
     public boolean isAlive();
 
-    /**
-     * To Stop the DMAAP Listener
-     */
-    public void stopConsumer();
-
     /**
      * It's a infinite loop run every configured seconds to fetch the message from DMAAP. This method can be stop by
      * setting the alive flag to false