Class QueryEventHandlerContext


  • public class QueryEventHandlerContext
    extends java.lang.Object
    • Method Summary

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

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

      • QueryEventHandlerContext

        public QueryEventHandlerContext​(java.util.Set<QueryEventHandler> handlers)
    • Method Detail

      • handle

        public void handle​(org.activiti.cloud.api.model.shared.events.CloudRuntimeEvent<?,​?>... events)
      • getHandlers

        protected java.util.Map<java.lang.String,​QueryEventHandler> getHandlers()