Class EventService
java.lang.Object
org.qubership.integration.platform.runtime.catalog.service.EventService
-
Constructor Summary
ConstructorsConstructorDescriptionEventService(DeploymentService deploymentService, EngineService engineService, DeploymentMapper deploymentMapper, EngineMapper engineMapper, org.springframework.data.domain.AuditorAware<org.qubership.integration.platform.catalog.persistence.configs.entity.User> auditor) -
Method Summary
Modifier and TypeMethodDescriptionvoidapplicationStartedListener(org.springframework.boot.context.event.ApplicationStartedEvent event) Return all available events from lastEventId, but not older than EVENT_TIME_THRESHOLD_MSvoidonEngineStateUpdate(EngineStateUpdateEvent stateUpdateEvent)
-
Constructor Details
-
EventService
@Autowired public EventService(DeploymentService deploymentService, EngineService engineService, DeploymentMapper deploymentMapper, EngineMapper engineMapper, org.springframework.data.domain.AuditorAware<org.qubership.integration.platform.catalog.persistence.configs.entity.User> auditor)
-
-
Method Details
-
applicationStartedListener
@EventListener public void applicationStartedListener(org.springframework.boot.context.event.ApplicationStartedEvent event) -
getEvents
Return all available events from lastEventId, but not older than EVENT_TIME_THRESHOLD_MS -
onEngineStateUpdate
-