Class BaseIntegrationEventHandler
- java.lang.Object
-
- org.activiti.cloud.services.query.events.handlers.BaseIntegrationEventHandler
-
- Direct Known Subclasses:
IntegrationErrorReceivedEventHandler,IntegrationRequestedEventHandler,IntegrationResultReceivedEventHandler
public abstract class BaseIntegrationEventHandler extends Object
-
-
Field Summary
Fields Modifier and Type Field Description protected javax.persistence.EntityManagerentityManager
-
Constructor Summary
Constructors Constructor Description BaseIntegrationEventHandler(javax.persistence.EntityManager entityManager)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Optional<IntegrationContextEntity>findIntegrationContextEntity(CloudIntegrationEvent event)
-
-
-
Method Detail
-
findIntegrationContextEntity
protected Optional<IntegrationContextEntity> findIntegrationContextEntity(CloudIntegrationEvent event)
-
-