Class 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 Detail

      • CloudConnectorsAutoConfiguration

        public CloudConnectorsAutoConfiguration()
    • 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)
      • 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)