Class ExportMessageSendingEventListener

All Implemented Interfaces:
EventListener, org.springframework.beans.factory.Aware, org.springframework.beans.factory.InitializingBean, org.springframework.context.ApplicationContextAware, org.springframework.context.ApplicationListener<AbstractEvent>

public class ExportMessageSendingEventListener extends MessageSendingEventListener
Event listener that will handle exceptions that occur further down the pipeline. Will only work for synchronous calls i.e. queues wont work.
  • Constructor Details

    • ExportMessageSendingEventListener

      public ExportMessageSendingEventListener()
  • Method Details

    • getErrorHandler

      public org.springframework.util.ErrorHandler getErrorHandler()
    • setErrorHandler

      public void setErrorHandler(org.springframework.util.ErrorHandler errorHandler)
    • send

      protected void send(AbstractEvent event)
      Overrides:
      send in class MessageSendingEventListener