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