Package org.apache.dubbo.rpc.protocol.dubbo
package org.apache.dubbo.rpc.protocol.dubbo
FutureAdapter was in dubbo-rpc-dubbo module,
considering some users will use this class directly, keep the package not changed.-
ClassesClassDescriptionThis is the type of the Future instance users get in an async call: 1. unwrap AppResponse in appResponseFuture and convert to plain biz result represented by FutureAdapter. 2. customized behaviors meaningful for RPC, for example,
FutureAdapter.cancel(boolean)