Class ServiceTaskIntegrationResultEventHandler


  • public class ServiceTaskIntegrationResultEventHandler
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      ServiceTaskIntegrationResultEventHandler​(org.activiti.engine.RuntimeService runtimeService, org.activiti.engine.integration.IntegrationContextService integrationContextService, org.springframework.messaging.MessageChannel auditProducer, 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)  
    • Method Summary

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

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

      • ServiceTaskIntegrationResultEventHandler

        public ServiceTaskIntegrationResultEventHandler​(org.activiti.engine.RuntimeService runtimeService,
                                                        org.activiti.engine.integration.IntegrationContextService integrationContextService,
                                                        org.springframework.messaging.MessageChannel auditProducer,
                                                        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)
    • Method Detail

      • receive

        @StreamListener("integrationResultsConsumer")
        public void receive​(org.activiti.cloud.api.process.model.IntegrationResult integrationResult)