Class RuleEngineAfterCronJobFinishedEventListener

java.lang.Object
de.hybris.platform.servicelayer.event.impl.AbstractEventListener<AfterCronJobFinishedEvent>
de.hybris.platform.ruleengineservices.jobs.events.RuleEngineAfterCronJobFinishedEventListener
All Implemented Interfaces:
EventListener, org.springframework.beans.factory.Aware, org.springframework.beans.factory.InitializingBean, org.springframework.context.ApplicationContextAware, org.springframework.context.ApplicationListener<AfterCronJobFinishedEvent>

public class RuleEngineAfterCronJobFinishedEventListener extends AbstractEventListener<AfterCronJobFinishedEvent>
Event listener for the AfterCronJobFinishedEvent type of events. In case of RuleEngineJobModel job type performs release of locks associated to the given cron job via RuleEngineJobExecutionSynchronizer.releaseLock(RuleEngineCronJobModel).
  • Constructor Details

    • RuleEngineAfterCronJobFinishedEventListener

      public RuleEngineAfterCronJobFinishedEventListener()
  • Method Details