Interface FlowableExceptionEvent


  • public interface FlowableExceptionEvent
    Indicates the FlowableEvent also contains information about a Throwable that occurred, triggering the event.
    Author:
    Frederik heremans
    • Method Detail

      • getCause

        Throwable getCause()
        Returns:
        the throwable that caused this event to be dispatched.