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 BPMNActivityRepositorybpmnActivityRepositoryprotected javax.persistence.EntityManagerentityManagerprotected IntegrationContextRepositoryintegrationContextRepository
-
Constructor Summary
Constructors Constructor Description BaseIntegrationEventHandler(IntegrationContextRepository integrationContextRepository, BPMNActivityRepository bpmnActivityRepository, javax.persistence.EntityManager entityManager)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Optional<IntegrationContextEntity>findOrCreateIntegrationContextEntity(CloudIntegrationEvent event)
-
-
-
Field Detail
-
integrationContextRepository
protected final IntegrationContextRepository integrationContextRepository
-
bpmnActivityRepository
protected final BPMNActivityRepository bpmnActivityRepository
-
entityManager
protected final javax.persistence.EntityManager entityManager
-
-
Constructor Detail
-
BaseIntegrationEventHandler
public BaseIntegrationEventHandler(IntegrationContextRepository integrationContextRepository, BPMNActivityRepository bpmnActivityRepository, javax.persistence.EntityManager entityManager)
-
-
Method Detail
-
findOrCreateIntegrationContextEntity
protected Optional<IntegrationContextEntity> findOrCreateIntegrationContextEntity(CloudIntegrationEvent event)
-
-