Class IntegrationRequestSender


  • public class IntegrationRequestSender
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String CONNECTOR_TYPE  
    • Constructor Summary

      Constructors 
      Constructor Description
      IntegrationRequestSender​(org.activiti.cloud.services.events.configuration.RuntimeBundleProperties runtimeBundleProperties, org.springframework.messaging.MessageChannel auditProducer, org.springframework.cloud.stream.binding.BinderAwareChannelResolver resolver, org.activiti.cloud.services.events.converter.RuntimeBundleInfoAppender runtimeBundleInfoAppender, IntegrationContextMessageBuilderFactory messageBuilderFactory)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void sendIntegrationRequest​(org.activiti.cloud.api.process.model.IntegrationRequest event)  
      • Methods inherited from class java.lang.Object

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

      • IntegrationRequestSender

        public IntegrationRequestSender​(org.activiti.cloud.services.events.configuration.RuntimeBundleProperties runtimeBundleProperties,
                                        org.springframework.messaging.MessageChannel auditProducer,
                                        org.springframework.cloud.stream.binding.BinderAwareChannelResolver resolver,
                                        org.activiti.cloud.services.events.converter.RuntimeBundleInfoAppender runtimeBundleInfoAppender,
                                        IntegrationContextMessageBuilderFactory messageBuilderFactory)
    • Method Detail

      • sendIntegrationRequest

        @TransactionalEventListener(phase=AFTER_COMMIT)
        public void sendIntegrationRequest​(org.activiti.cloud.api.process.model.IntegrationRequest event)