Interface MessageBodyContext.ErrorEvent

All Superinterfaces:
MessageBodyContext.Event
Enclosing class:
MessageBodyContext

public static interface MessageBodyContext.ErrorEvent extends MessageBodyContext.Event
A subscription event emitted for MessageBodyContext.EventType.BEFORE_ONERROR or MessageBodyContext.EventType.AFTER_ONERROR that carries the received error.
  • Method Details

    • error

      Throwable error()
      Get the subscription error of this event.
      Returns:
      Throwable, never null