Package brave.rpc
Class RpcServerResponse
- java.lang.Object
-
- brave.Response
-
- brave.rpc.RpcResponse
-
- brave.rpc.RpcServerResponse
-
public abstract class RpcServerResponse extends RpcResponse
Marks an interface for use inRpcServerHandler.handleSend(RpcServerResponse, Span)
. This gives a standard type to consider when parsing an incoming context.- Since:
- 5.10
- See Also:
RpcClientRequest
-
-
Constructor Summary
Constructors Constructor Description RpcServerResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Span.Kind
spanKind()
-
Methods inherited from class brave.rpc.RpcResponse
errorCode, finishTimestamp, request
-
-