Interface TrackableComponentEventCallback<T>

    • Method Detail

      • isAborted

        boolean isAborted()
        Returns true if a return value from an event handler method was processed.
      • rethrow

        void rethrow()
              throws java.io.IOException
        If processing a return value threw an IOException, invoking this method will rethrow it.
        Throws:
        java.io.IOException