Include impacted changes for APPC-346,APPC-348
[appc.git] / appc-dispatcher / appc-dispatcher-common / execution-queue-management-lib / src / main / java / org / onap / appc / executionqueue / ExecutionQueueService.java
index 1423962..2c4aa08 100644 (file)
@@ -31,5 +31,4 @@ import org.onap.appc.exceptions.APPCException;
 public interface ExecutionQueueService<M extends Runnable> {
     void putMessage(M message) throws APPCException;
     void putMessage(M message, long timeout, TimeUnit unit) throws APPCException;
-    void registerMessageExpirationListener(MessageExpirationListener listener);
 }