Class ServiceTaskIntegrationResultEventHandler


  • public class ServiceTaskIntegrationResultEventHandler
    extends Object
    • Constructor Detail

      • ServiceTaskIntegrationResultEventHandler

        public ServiceTaskIntegrationResultEventHandler​(org.activiti.engine.RuntimeService runtimeService,
                                                        org.activiti.engine.integration.IntegrationContextService integrationContextService,
                                                        org.springframework.messaging.MessageChannel auditProducer,
                                                        RuntimeBundleProperties runtimeBundleProperties,
                                                        RuntimeBundleInfoAppender runtimeBundleInfoAppender,
                                                        org.activiti.runtime.api.impl.VariablesMappingProvider outboundVariablesProvider,
                                                        IntegrationContextMessageBuilderFactory messageBuilderFactory)
    • Method Detail

      • receive

        @StreamListener("integrationResultsConsumer")
        public void receive​(IntegrationResult integrationResult)