Class ProcessSuspendedEventHandler
- java.lang.Object
-
- org.activiti.cloud.services.query.events.handlers.ProcessSuspendedEventHandler
-
- All Implemented Interfaces:
QueryEventHandler
public class ProcessSuspendedEventHandler extends Object implements QueryEventHandler
-
-
Constructor Summary
Constructors Constructor Description ProcessSuspendedEventHandler(javax.persistence.EntityManager entityManager)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetHandledEvent()voidhandle(CloudRuntimeEvent<?,?> event)
-
-
-
Method Detail
-
handle
public void handle(CloudRuntimeEvent<?,?> event)
- Specified by:
handlein interfaceQueryEventHandler
-
getHandledEvent
public String getHandledEvent()
- Specified by:
getHandledEventin interfaceQueryEventHandler
-
-