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) |
FutureAdapter was in dubbo-rpc-dubbo module,
considering some users will use this class directly, keep the package not changed.Copyright © 2011–2021 The Apache Software Foundation. All rights reserved.