Interface FollowUpAction

    • Method Detail

      • apply

        void apply​(Object response,
                   Object errorResponse,
                   Exception exception)
        Method to be called, when the FollowUpAction is executed.
        Parameters:
        response - the received response, or null of an exception was thrown
        errorResponse - the received error response, or null if an exception was thrown
        exception - the thrown exception or null otherwise