Class ServiceTaskIntegrationErrorEventHandler


  • public class ServiceTaskIntegrationErrorEventHandler
    extends Object
    • Constructor Detail

      • ServiceTaskIntegrationErrorEventHandler

        public ServiceTaskIntegrationErrorEventHandler​(org.activiti.engine.RuntimeService runtimeService,
                                                       org.activiti.engine.integration.IntegrationContextService integrationContextService,
                                                       org.activiti.engine.ManagementService managementService,
                                                       RuntimeBundleProperties runtimeBundleProperties,
                                                       ProcessEngineEventsAggregator processEngineEventsAggregator)
    • Method Detail

      • receive

        @Retryable(value=org.activiti.engine.ActivitiOptimisticLockingException.class,
                   maxAttemptsExpression="${activiti.cloud.integration.error.retry.max-attempts:3}",
                   backoff=@Backoff(delayExpression="${activiti.cloud.integration.error.retry.backoff.delay:0}"))
        public void receive​(IntegrationError integrationError)