Class OperationsQueueHandler


  • public class OperationsQueueHandler
    extends Object
    This class is responsible for polling queue for operations to be performed by OperationProcessor instance. When operations is going to be performed, first status of operationRep in REST is changed to "executing", then OperationProcessor is triggered and after that status of operationRep in REST is changed accordingly to return value of OperationProcessor instance.