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 java.lang.Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      IntegrationContextMessageBuilderFactory integrationContextMessageBuilderFactory​(org.activiti.cloud.services.events.configuration.RuntimeBundleProperties properties)  
      IntegrationRequestSender integrationRequestSender​(org.activiti.cloud.services.events.configuration.RuntimeBundleProperties runtimeBundleProperties, org.activiti.cloud.services.events.ProcessEngineChannels processEngineChannels, org.springframework.cloud.stream.binding.BinderAwareChannelResolver resolver, org.activiti.cloud.services.events.converter.RuntimeBundleInfoAppender runtimeBundleInfoAppender, IntegrationContextMessageBuilderFactory messageBuilderFactory)  
      org.activiti.runtime.api.connector.DefaultServiceTaskBehavior localServiceTaskBehavior​(org.springframework.context.ApplicationContext applicationContext, org.activiti.runtime.api.connector.IntegrationContextBuilder integrationContextBuilder, org.activiti.runtime.api.impl.VariablesMappingProvider outboundVariablesProvider)  
      MQServiceTaskBehavior mqServiceTaskBehavior​(org.activiti.engine.impl.persistence.entity.integration.IntegrationContextManager integrationContextManager, org.springframework.context.ApplicationEventPublisher eventPublisher, org.activiti.runtime.api.connector.IntegrationContextBuilder integrationContextBuilder, org.activiti.cloud.services.events.converter.RuntimeBundleInfoAppender runtimeBundleInfoAppender, org.activiti.runtime.api.connector.DefaultServiceTaskBehavior defaultServiceTaskBehavior)  
      ServiceTaskIntegrationErrorEventHandler serviceTaskIntegrationErrorEventHandler​(org.activiti.engine.RuntimeService runtimeService, org.activiti.engine.integration.IntegrationContextService integrationContextService, org.activiti.cloud.services.events.ProcessEngineChannels processEngineChannels, org.activiti.engine.ManagementService managementService, org.activiti.cloud.services.events.configuration.RuntimeBundleProperties runtimeBundleProperties, org.activiti.cloud.services.events.converter.RuntimeBundleInfoAppender runtimeBundleInfoAppender, IntegrationContextMessageBuilderFactory messageBuilderFactory)  
      ServiceTaskIntegrationResultEventHandler serviceTaskIntegrationResultEventHandler​(org.activiti.engine.RuntimeService runtimeService, org.activiti.engine.integration.IntegrationContextService integrationContextService, org.activiti.cloud.services.events.ProcessEngineChannels processEngineChannels, org.activiti.cloud.services.events.configuration.RuntimeBundleProperties runtimeBundleProperties, org.activiti.cloud.services.events.converter.RuntimeBundleInfoAppender runtimeBundleInfoAppender, org.activiti.runtime.api.impl.VariablesMappingProvider outboundVariablesProvider, IntegrationContextMessageBuilderFactory messageBuilderFactory)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • CloudConnectorsAutoConfiguration

        public CloudConnectorsAutoConfiguration()
    • Method Detail

      • serviceTaskIntegrationResultEventHandler

        @Bean
        @ConditionalOnMissingBean
        public ServiceTaskIntegrationResultEventHandler serviceTaskIntegrationResultEventHandler​(org.activiti.engine.RuntimeService runtimeService,
                                                                                                 org.activiti.engine.integration.IntegrationContextService integrationContextService,
                                                                                                 org.activiti.cloud.services.events.ProcessEngineChannels processEngineChannels,
                                                                                                 org.activiti.cloud.services.events.configuration.RuntimeBundleProperties runtimeBundleProperties,
                                                                                                 org.activiti.cloud.services.events.converter.RuntimeBundleInfoAppender runtimeBundleInfoAppender,
                                                                                                 org.activiti.runtime.api.impl.VariablesMappingProvider outboundVariablesProvider,
                                                                                                 IntegrationContextMessageBuilderFactory messageBuilderFactory)
      • serviceTaskIntegrationErrorEventHandler

        @Bean
        @ConditionalOnMissingBean
        public ServiceTaskIntegrationErrorEventHandler serviceTaskIntegrationErrorEventHandler​(org.activiti.engine.RuntimeService runtimeService,
                                                                                               org.activiti.engine.integration.IntegrationContextService integrationContextService,
                                                                                               org.activiti.cloud.services.events.ProcessEngineChannels processEngineChannels,
                                                                                               org.activiti.engine.ManagementService managementService,
                                                                                               org.activiti.cloud.services.events.configuration.RuntimeBundleProperties runtimeBundleProperties,
                                                                                               org.activiti.cloud.services.events.converter.RuntimeBundleInfoAppender runtimeBundleInfoAppender,
                                                                                               IntegrationContextMessageBuilderFactory messageBuilderFactory)
      • integrationRequestSender

        @Bean
        @ConditionalOnMissingBean
        public IntegrationRequestSender integrationRequestSender​(org.activiti.cloud.services.events.configuration.RuntimeBundleProperties runtimeBundleProperties,
                                                                 org.activiti.cloud.services.events.ProcessEngineChannels processEngineChannels,
                                                                 org.springframework.cloud.stream.binding.BinderAwareChannelResolver resolver,
                                                                 org.activiti.cloud.services.events.converter.RuntimeBundleInfoAppender runtimeBundleInfoAppender,
                                                                 IntegrationContextMessageBuilderFactory messageBuilderFactory)
      • integrationContextMessageBuilderFactory

        @Bean
        @ConditionalOnMissingBean
        public IntegrationContextMessageBuilderFactory integrationContextMessageBuilderFactory​(org.activiti.cloud.services.events.configuration.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.runtime.api.impl.VariablesMappingProvider outboundVariablesProvider)
      • 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,
                                                           org.activiti.cloud.services.events.converter.RuntimeBundleInfoAppender runtimeBundleInfoAppender,
                                                           org.activiti.runtime.api.connector.DefaultServiceTaskBehavior defaultServiceTaskBehavior)