Class IntegrationRequestedEventHandler
- java.lang.Object
-
- org.activiti.cloud.services.query.events.handlers.BaseIntegrationEventHandler
-
- org.activiti.cloud.services.query.events.handlers.IntegrationRequestedEventHandler
-
- All Implemented Interfaces:
QueryEventHandler
@Transactional public class IntegrationRequestedEventHandler extends BaseIntegrationEventHandler implements QueryEventHandler
-
-
Field Summary
-
Fields inherited from class org.activiti.cloud.services.query.events.handlers.BaseIntegrationEventHandler
bpmnActivityRepository, entityManager, integrationContextRepository
-
-
Constructor Summary
Constructors Constructor Description IntegrationRequestedEventHandler(IntegrationContextRepository repository, BPMNActivityRepository bpmnActivityRepository, 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
-
IntegrationRequestedEventHandler
public IntegrationRequestedEventHandler(IntegrationContextRepository repository, BPMNActivityRepository bpmnActivityRepository, javax.persistence.EntityManager entityManager)
-
-
Method Detail
-
handle
public void handle(CloudRuntimeEvent<?,?> event)
- Specified by:
handlein interfaceQueryEventHandler
-
getHandledEvent
public String getHandledEvent()
- Specified by:
getHandledEventin interfaceQueryEventHandler
-
-