Class ServiceTaskIntegrationResultEventHandler
java.lang.Object
org.activiti.services.connectors.channel.ServiceTaskIntegrationResultEventHandler
-
Constructor Summary
ConstructorsConstructorDescriptionServiceTaskIntegrationResultEventHandler(org.activiti.engine.RuntimeService runtimeService, org.activiti.engine.integration.IntegrationContextService integrationContextService, org.activiti.cloud.services.events.configuration.RuntimeBundleProperties runtimeBundleProperties, org.activiti.engine.ManagementService managementService, org.activiti.cloud.services.events.listeners.ProcessEngineEventsAggregator processEngineEventsAggregator, org.activiti.engine.impl.bpmn.behavior.VariablesPropagator variablesPropagator, ServiceTaskIntegrationCompletionHandler serviceTaskIntegrationCompletionHandler) -
Method Summary
Modifier and TypeMethodDescriptionvoidreceive(org.activiti.cloud.api.process.model.IntegrationResult integrationResult)
-
Constructor Details
-
ServiceTaskIntegrationResultEventHandler
public ServiceTaskIntegrationResultEventHandler(org.activiti.engine.RuntimeService runtimeService, org.activiti.engine.integration.IntegrationContextService integrationContextService, org.activiti.cloud.services.events.configuration.RuntimeBundleProperties runtimeBundleProperties, org.activiti.engine.ManagementService managementService, org.activiti.cloud.services.events.listeners.ProcessEngineEventsAggregator processEngineEventsAggregator, org.activiti.engine.impl.bpmn.behavior.VariablesPropagator variablesPropagator, ServiceTaskIntegrationCompletionHandler serviceTaskIntegrationCompletionHandler)
-
-
Method Details
-
receive
@Retryable(value=org.activiti.engine.ActivitiOptimisticLockingException.class, maxAttemptsExpression="${activiti.cloud.integration.result.retry.max-attempts:3}", backoff=@Backoff(delayExpression="${activiti.cloud.integration.result.retry.backoff.delay:0}")) @Transactional(propagation=REQUIRES_NEW) public void receive(org.activiti.cloud.api.process.model.IntegrationResult integrationResult)
-