Class ServiceTaskIntegrationErrorEventHandler

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

public class ServiceTaskIntegrationErrorEventHandler extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
    ServiceTaskIntegrationErrorEventHandler(org.activiti.engine.RuntimeService runtimeService, org.activiti.engine.integration.IntegrationContextService integrationContextService, org.activiti.engine.ManagementService managementService, org.activiti.cloud.services.events.configuration.RuntimeBundleProperties runtimeBundleProperties, org.activiti.cloud.services.events.listeners.ProcessEngineEventsAggregator processEngineEventsAggregator)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    receive(org.activiti.cloud.api.process.model.IntegrationError integrationError)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • ServiceTaskIntegrationErrorEventHandler

      public ServiceTaskIntegrationErrorEventHandler(org.activiti.engine.RuntimeService runtimeService, org.activiti.engine.integration.IntegrationContextService integrationContextService, org.activiti.engine.ManagementService managementService, org.activiti.cloud.services.events.configuration.RuntimeBundleProperties runtimeBundleProperties, org.activiti.cloud.services.events.listeners.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(org.activiti.cloud.api.process.model.IntegrationError integrationError)