程序包 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.-
类概要 类 说明 FutureAdapter<V> This 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)