Interface AbstractMessageListenerContainer.JavaLangErrorHandler

Enclosing class:
AbstractMessageListenerContainer
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public static interface AbstractMessageListenerContainer.JavaLangErrorHandler
A handler for Error on the container thread(s).
Since:
2.2.12
Author:
Mark Pollack, Mark Fisher, Dave Syer, James Carr, Gary Russell, Alex Panchenko, Johno Crawford, Arnaud Cogoluègnes, Artem Bilan, Mohammad Hewedy, Mat Jaggard
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    handle(Error error)
    Handle the error; typically, the JVM will be terminated.
  • Method Details

    • handle

      void handle(Error error)
      Handle the error; typically, the JVM will be terminated.
      Parameters:
      error - the error.