Interface ResponseFuture


@Deprecated public interface ResponseFuture
Deprecated.
2019-06-20
  • Method Summary

    Modifier and Type
    Method
    Description
    get()
    Deprecated.
    get result.
    get(int timeoutInMillis)
    Deprecated.
    get result with the specified timeout.
    boolean
    Deprecated.
    check is done.
    void
    Deprecated.
    set callback.
  • Method Details

    • get

      Deprecated.
      get result.
      Returns:
      result.
      Throws:
      RemotingException
    • get

      Object get(int timeoutInMillis) throws RemotingException
      Deprecated.
      get result with the specified timeout.
      Parameters:
      timeoutInMillis - timeout.
      Returns:
      result.
      Throws:
      RemotingException
    • setCallback

      void setCallback(ResponseCallback callback)
      Deprecated.
      set callback.
      Parameters:
      callback -
    • isDone

      boolean isDone()
      Deprecated.
      check is done.
      Returns:
      done or not.