Class FutureResponse

  • All Implemented Interfaces:
    Future<Response>

    public class FutureResponse
    extends com.google.common.util.concurrent.ForwardingFuture<Response>
    A processing response which will arrive in the future.
    Author:
    bratseth
    • Method Detail

      • delegate

        public com.google.common.util.concurrent.ListenableFutureTask<Response> delegate()
        Specified by:
        delegate in class com.google.common.util.concurrent.ForwardingFuture<Response>
      • get

        public Response get()
        Specified by:
        get in interface Future<Response>
        Overrides:
        get in class com.google.common.util.concurrent.ForwardingFuture<Response>
      • getRequest

        public Request getRequest()
        Returns the query used in this execution, never null