| 程序包 | 说明 |
|---|---|
| com.alibaba.dubbo.rpc | |
| org.apache.dubbo.rpc | |
| org.apache.dubbo.rpc.protocol.dubbo |
| 限定符和类型 | 类和说明 |
|---|---|
static class |
Result.AbstractResult
已过时。
|
static class |
Result.CompatibleResult
已过时。
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
AppResponse
AsyncRpcResult is introduced in 3.0.0 to replace RpcResult, and RpcResult is replaced with AppResponse:
AsyncRpcResult is the object that is actually passed in the call chain
AppResponse only simply represents the business result
The relationship between them can be described as follow, an abstraction of the definition of AsyncRpcResult:
Public class AsyncRpcResult implements CompletionStage |
class |
AsyncRpcResult
This class represents an unfinished RPC call, it will hold some context information for this call, for example RpcContext and Invocation,
so that when the call finishes and the result returns, it can guarantee all the contexts being recovered as the same as when the call was made
before any callback is invoked.
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
DecodeableRpcResult |
Copyright © 2011–2019 The Apache Software Foundation. All rights reserved.