Class ServiceTaskIntegrationErrorEventHandler

java.lang.Object
org.activiti.services.connectors.channel.ServiceTaskIntegrationErrorEventHandler

public class ServiceTaskIntegrationErrorEventHandler extends Object
  • Constructor Details

    • ServiceTaskIntegrationErrorEventHandler

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

    • 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)