Class MQServiceTaskBehavior
java.lang.Object
org.activiti.services.connectors.behavior.MQServiceTaskBehavior
- All Implemented Interfaces:
Function<org.activiti.engine.delegate.DelegateExecution,,org.activiti.engine.impl.bpmn.behavior.DelegateExecutionOutcome> org.activiti.engine.impl.bpmn.behavior.DelegateExecutionFunction
public class MQServiceTaskBehavior
extends Object
implements org.activiti.engine.impl.bpmn.behavior.DelegateExecutionFunction
-
Constructor Summary
ConstructorsConstructorDescriptionMQServiceTaskBehavior(org.activiti.engine.impl.persistence.entity.integration.IntegrationContextManager integrationContextManager, IntegrationRequestSender integrationRequestSender, org.activiti.runtime.api.connector.IntegrationContextBuilder integrationContextBuilder, org.activiti.runtime.api.connector.DefaultServiceTaskBehavior defaultServiceTaskBehavior, org.activiti.cloud.services.events.listeners.ProcessEngineEventsAggregator processEngineEventsAggregator, org.activiti.cloud.services.events.configuration.RuntimeBundleProperties runtimeBundleProperties, IntegrationRequestBuilder integrationRequestBuilder, Collection<IntegrationContextEnricher> integrationContextEnrichers) -
Method Summary
Modifier and TypeMethodDescriptionorg.activiti.engine.impl.bpmn.behavior.DelegateExecutionOutcomeapply(org.activiti.engine.delegate.DelegateExecution execution)
-
Constructor Details
-
MQServiceTaskBehavior
public MQServiceTaskBehavior(org.activiti.engine.impl.persistence.entity.integration.IntegrationContextManager integrationContextManager, IntegrationRequestSender integrationRequestSender, org.activiti.runtime.api.connector.IntegrationContextBuilder integrationContextBuilder, org.activiti.runtime.api.connector.DefaultServiceTaskBehavior defaultServiceTaskBehavior, org.activiti.cloud.services.events.listeners.ProcessEngineEventsAggregator processEngineEventsAggregator, org.activiti.cloud.services.events.configuration.RuntimeBundleProperties runtimeBundleProperties, IntegrationRequestBuilder integrationRequestBuilder, Collection<IntegrationContextEnricher> integrationContextEnrichers)
-
-
Method Details