Class ServiceTaskIntegrationErrorEventHandler


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

      Constructors 
      Constructor Description
      ServiceTaskIntegrationErrorEventHandler​(org.activiti.engine.RuntimeService runtimeService, org.activiti.engine.integration.IntegrationContextService integrationContextService, org.springframework.messaging.MessageChannel auditProducer, org.activiti.engine.ManagementService managementService, org.activiti.cloud.services.events.configuration.RuntimeBundleProperties runtimeBundleProperties, org.activiti.cloud.services.events.converter.RuntimeBundleInfoAppender runtimeBundleInfoAppender, IntegrationContextMessageBuilderFactory messageBuilderFactory)  
    • Method Summary

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

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

      • ServiceTaskIntegrationErrorEventHandler

        public ServiceTaskIntegrationErrorEventHandler​(org.activiti.engine.RuntimeService runtimeService,
                                                       org.activiti.engine.integration.IntegrationContextService integrationContextService,
                                                       org.springframework.messaging.MessageChannel auditProducer,
                                                       org.activiti.engine.ManagementService managementService,
                                                       org.activiti.cloud.services.events.configuration.RuntimeBundleProperties runtimeBundleProperties,
                                                       org.activiti.cloud.services.events.converter.RuntimeBundleInfoAppender runtimeBundleInfoAppender,
                                                       IntegrationContextMessageBuilderFactory messageBuilderFactory)
    • Method Detail

      • receive

        @StreamListener("integrationErrorsConsumer")
        public void receive​(org.activiti.cloud.api.process.model.IntegrationError integrationError)