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 in
RpcServerHandler.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
-
Constructor Details
-
RpcServerResponse
public RpcServerResponse()
-
-
Method Details