Class InternalMailJetEventsQueueConfig.SimpleErrorHandler

java.lang.Object
es.kukenan.smartfi.microservice.communication.config.InternalMailJetEventsQueueConfig.SimpleErrorHandler
All Implemented Interfaces:
org.springframework.util.ErrorHandler
Enclosing class:
InternalMailJetEventsQueueConfig

private static class InternalMailJetEventsQueueConfig.SimpleErrorHandler extends Object implements org.springframework.util.ErrorHandler
Simple error handler that only logs the errors thrown.
  • Constructor Details

    • SimpleErrorHandler

      private SimpleErrorHandler()
  • Method Details

    • handleError

      public void handleError(Throwable t)
      Specified by:
      handleError in interface org.springframework.util.ErrorHandler