Class IntegrationRequestErrorChannelListener

java.lang.Object
org.activiti.cloud.connectors.starter.channels.IntegrationRequestErrorChannelListener
All Implemented Interfaces:
Consumer<org.springframework.messaging.support.ErrorMessage>

public class IntegrationRequestErrorChannelListener extends Object implements Consumer<org.springframework.messaging.support.ErrorMessage>
  • Constructor Details

    • IntegrationRequestErrorChannelListener

      public IntegrationRequestErrorChannelListener(IntegrationErrorHandler integrationErrorSender)
  • Method Details

    • accept

      public void accept(org.springframework.messaging.support.ErrorMessage errorMessage)
      Specified by:
      accept in interface Consumer<org.springframework.messaging.support.ErrorMessage>