Class ErrorListener

  • All Implemented Interfaces:
    EventListener, org.springframework.context.ApplicationListener<ErrorEvent>

    @Service
    public class ErrorListener
    extends Object
    implements org.springframework.context.ApplicationListener<ErrorEvent>
    Creates messages from error events and passes them to consumers.
    • Method Detail

      • onApplicationEvent

        public void onApplicationEvent​(ErrorEvent event)
        Specified by:
        onApplicationEvent in interface org.springframework.context.ApplicationListener<ErrorEvent>