Class ApplicationDeployedEventHandler
java.lang.Object
org.activiti.cloud.services.query.events.handlers.ApplicationDeployedEventHandler
- All Implemented Interfaces:
QueryEventHandler
-
Constructor Summary
ConstructorsConstructorDescriptionApplicationDeployedEventHandler(jakarta.persistence.EntityManager entityManager, org.activiti.cloud.services.query.app.repository.ApplicationRepository applicationRepository) -
Method Summary
Modifier and TypeMethodDescriptionvoidhandle(org.activiti.cloud.api.model.shared.events.CloudRuntimeEvent<?, ?> event)
-
Constructor Details
-
ApplicationDeployedEventHandler
public ApplicationDeployedEventHandler(jakarta.persistence.EntityManager entityManager, org.activiti.cloud.services.query.app.repository.ApplicationRepository applicationRepository)
-
-
Method Details
-
getHandledEvent
- Specified by:
getHandledEventin interfaceQueryEventHandler