@BetaApi(value="The surface for response metadata is not stable yet and may change in the future.")
public interface ResponseMetadataHandler
| Modifier and Type | Method and Description |
|---|---|
void |
onHeaders(io.grpc.Metadata metadata)
Handle the headers returned by an RPC.
|
void |
onTrailers(io.grpc.Metadata metadata)
Handle the trailers returned by an RPC.
|