Class CloudConnectorsAutoConfiguration
- java.lang.Object
-
- org.activiti.services.connectors.conf.CloudConnectorsAutoConfiguration
-
@Configuration @AutoConfigureBefore(org.activiti.runtime.api.conf.ConnectorsAutoConfiguration.class) @PropertySource("classpath:config/integration-result-stream.properties") @EnableBinding(ProcessEngineIntegrationChannels.class) public class CloudConnectorsAutoConfiguration extends Object
-
-
Constructor Summary
Constructors Constructor Description CloudConnectorsAutoConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IntegrationContextMessageBuilderFactoryintegrationContextMessageBuilderFactory(RuntimeBundleProperties properties)IntegrationRequestSenderintegrationRequestSender(org.springframework.cloud.stream.binding.BinderAwareChannelResolver resolver, IntegrationContextMessageBuilderFactory messageBuilderFactory)org.activiti.runtime.api.connector.DefaultServiceTaskBehaviorlocalServiceTaskBehavior(org.springframework.context.ApplicationContext applicationContext, org.activiti.runtime.api.connector.IntegrationContextBuilder integrationContextBuilder, org.activiti.engine.impl.bpmn.behavior.VariablesPropagator variablesPropagator)MQServiceTaskBehaviormqServiceTaskBehavior(org.activiti.engine.impl.persistence.entity.integration.IntegrationContextManager integrationContextManager, org.springframework.context.ApplicationEventPublisher eventPublisher, org.activiti.runtime.api.connector.IntegrationContextBuilder integrationContextBuilder, RuntimeBundleInfoAppender runtimeBundleInfoAppender, org.activiti.runtime.api.connector.DefaultServiceTaskBehavior defaultServiceTaskBehavior, ProcessEngineEventsAggregator processEngineEventsAggregator, RuntimeBundleProperties runtimeBundleProperties, org.springframework.cloud.stream.config.BindingServiceProperties bindingServiceProperties)ServiceTaskIntegrationErrorEventHandlerserviceTaskIntegrationErrorEventHandler(org.activiti.engine.RuntimeService runtimeService, org.activiti.engine.integration.IntegrationContextService integrationContextService, org.activiti.engine.ManagementService managementService, RuntimeBundleProperties runtimeBundleProperties, ProcessEngineEventsAggregator processEngineEventsAggregator)ServiceTaskIntegrationResultEventHandlerserviceTaskIntegrationResultEventHandler(org.activiti.engine.RuntimeService runtimeService, org.activiti.engine.integration.IntegrationContextService integrationContextService, RuntimeBundleProperties runtimeBundleProperties, org.activiti.engine.ManagementService managementService, ProcessEngineEventsAggregator processEngineEventsAggregator, org.activiti.engine.impl.bpmn.behavior.VariablesPropagator variablesPropagator)
-
-
-
Method Detail
-
serviceTaskIntegrationResultEventHandler
@Bean @ConditionalOnMissingBean public ServiceTaskIntegrationResultEventHandler serviceTaskIntegrationResultEventHandler(org.activiti.engine.RuntimeService runtimeService, org.activiti.engine.integration.IntegrationContextService integrationContextService, RuntimeBundleProperties runtimeBundleProperties, org.activiti.engine.ManagementService managementService, ProcessEngineEventsAggregator processEngineEventsAggregator, org.activiti.engine.impl.bpmn.behavior.VariablesPropagator variablesPropagator)
-
serviceTaskIntegrationErrorEventHandler
@Bean @ConditionalOnMissingBean public ServiceTaskIntegrationErrorEventHandler serviceTaskIntegrationErrorEventHandler(org.activiti.engine.RuntimeService runtimeService, org.activiti.engine.integration.IntegrationContextService integrationContextService, org.activiti.engine.ManagementService managementService, RuntimeBundleProperties runtimeBundleProperties, ProcessEngineEventsAggregator processEngineEventsAggregator)
-
integrationRequestSender
@Bean @ConditionalOnMissingBean public IntegrationRequestSender integrationRequestSender(org.springframework.cloud.stream.binding.BinderAwareChannelResolver resolver, IntegrationContextMessageBuilderFactory messageBuilderFactory)
-
integrationContextMessageBuilderFactory
@Bean @ConditionalOnMissingBean public IntegrationContextMessageBuilderFactory integrationContextMessageBuilderFactory(RuntimeBundleProperties properties)
-
localServiceTaskBehavior
@Bean(name="localServiceTaskBehaviour") @ConditionalOnMissingBean(name="localServiceTaskBehaviour") public org.activiti.runtime.api.connector.DefaultServiceTaskBehavior localServiceTaskBehavior(org.springframework.context.ApplicationContext applicationContext, org.activiti.runtime.api.connector.IntegrationContextBuilder integrationContextBuilder, org.activiti.engine.impl.bpmn.behavior.VariablesPropagator variablesPropagator)
-
mqServiceTaskBehavior
@Bean(name="defaultServiceTaskBehavior") @ConditionalOnMissingBean(name="defaultServiceTaskBehavior") public MQServiceTaskBehavior mqServiceTaskBehavior(org.activiti.engine.impl.persistence.entity.integration.IntegrationContextManager integrationContextManager, org.springframework.context.ApplicationEventPublisher eventPublisher, org.activiti.runtime.api.connector.IntegrationContextBuilder integrationContextBuilder, RuntimeBundleInfoAppender runtimeBundleInfoAppender, org.activiti.runtime.api.connector.DefaultServiceTaskBehavior defaultServiceTaskBehavior, ProcessEngineEventsAggregator processEngineEventsAggregator, RuntimeBundleProperties runtimeBundleProperties, org.springframework.cloud.stream.config.BindingServiceProperties bindingServiceProperties)
-
-