Package brave.rpc

Class RpcClientResponse


public abstract class RpcClientResponse
extends RpcResponse
Marks an interface for use in RpcClientHandler.handleReceive(RpcClientResponse, Span). This gives a standard type to consider when parsing an incoming context.
Since:
5.10
See Also:
RpcClientRequest