Package com.yahoo.jrt

Interface RequestWaiter


  • public interface RequestWaiter
    Interface used to wait for the completion of a Request. This interface is used with the Target.invokeAsync method.
    • Method Detail

      • handleRequestDone

        void handleRequestDone​(Request req)
        Invoked when a request has completed.
        Parameters:
        req - the completed request