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 Summary

    Modifier and Type
    Method
    Description
    void
    Invoked when a request has completed.
  • Method Details

    • handleRequestDone

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