Merge of new rebased code
[appc.git] / appc-dispatcher / appc-request-handler / appc-request-handler-api / src / main / java / org / openecomp / appc / requesthandler / RequestHandler.java
index d0d54c9..23b5d37 100644 (file)
@@ -74,4 +74,10 @@ public interface RequestHandler {
      * @param updateAAI boolean flag which indicate AAI upodate status after request completion.
      */
      void onRequestTTLEnd(RuntimeContext runtimeContext, boolean updateAAI);
+
+    /**
+     * This method returns the count of in progress requests
+     * * @return in progress requests count
+     */
+     int getInprogressRequestCount();
 }