Uses of Class
org.activiti.services.connectors.channel.IntegrationRequestBuilder
-
Packages that use IntegrationRequestBuilder Package Description org.activiti.services.connectors.behavior org.activiti.services.connectors.conf -
-
Uses of IntegrationRequestBuilder in org.activiti.services.connectors.behavior
Constructors in org.activiti.services.connectors.behavior with parameters of type IntegrationRequestBuilder Constructor Description MQServiceTaskBehavior(org.activiti.engine.impl.persistence.entity.integration.IntegrationContextManager integrationContextManager, org.springframework.context.ApplicationEventPublisher eventPublisher, org.activiti.runtime.api.connector.IntegrationContextBuilder integrationContextBuilder, org.activiti.runtime.api.connector.DefaultServiceTaskBehavior defaultServiceTaskBehavior, ProcessEngineEventsAggregator processEngineEventsAggregator, RuntimeBundleProperties runtimeBundleProperties, IntegrationRequestBuilder integrationRequestBuilder) -
Uses of IntegrationRequestBuilder in org.activiti.services.connectors.conf
Methods in org.activiti.services.connectors.conf that return IntegrationRequestBuilder Modifier and Type Method Description IntegrationRequestBuilderCloudConnectorsAutoConfiguration. integrationRequestBuilder(RuntimeBundleInfoAppender runtimeBundleInfoAppender, org.springframework.cloud.stream.config.BindingServiceProperties bindingServiceProperties)Methods in org.activiti.services.connectors.conf with parameters of type IntegrationRequestBuilder Modifier and Type Method Description MQServiceTaskBehaviorCloudConnectorsAutoConfiguration. mqServiceTaskBehavior(org.activiti.engine.impl.persistence.entity.integration.IntegrationContextManager integrationContextManager, org.springframework.context.ApplicationEventPublisher eventPublisher, org.activiti.runtime.api.connector.IntegrationContextBuilder integrationContextBuilder, org.activiti.runtime.api.connector.DefaultServiceTaskBehavior defaultServiceTaskBehavior, ProcessEngineEventsAggregator processEngineEventsAggregator, RuntimeBundleProperties runtimeBundleProperties, IntegrationRequestBuilder integrationRequestBuilder)
-