Class TaskUpdatedEventHandler

    • Constructor Summary

      Constructors 
      Constructor Description
      TaskUpdatedEventHandler​(org.activiti.cloud.services.query.app.repository.TaskRepository taskRepository)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getHandledEvent()  
      void handle​(org.activiti.cloud.api.model.shared.events.CloudRuntimeEvent<?,​?> event)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • TaskUpdatedEventHandler

        public TaskUpdatedEventHandler​(org.activiti.cloud.services.query.app.repository.TaskRepository taskRepository)
    • Method Detail

      • handle

        public void handle​(org.activiti.cloud.api.model.shared.events.CloudRuntimeEvent<?,​?> event)
        Specified by:
        handle in interface QueryEventHandler