An interface to handle metadata returned from an RPC. A ResponseMetadataHandler is used by the
GrpcMetadataHandlerInterceptor class to provide custom handling of the returned headers and
trailers.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-09 UTC."],[[["The latest version of the `ResponseMetadataHandler` documentation is 2.63.1, accessible at `/java/docs/reference/gax/latest/com.google.api.gax.grpc.ResponseMetadataHandler`."],["This page provides documentation for `ResponseMetadataHandler`, an interface used to handle metadata received from Remote Procedure Calls (RPCs)."],["The `ResponseMetadataHandler` interface is implemented by the `GrpcMetadataHandlerInterceptor` to customize the handling of returned headers and trailers."],["The `ResponseMetadataHandler` includes methods `onHeaders(Metadata metadata)` and `onTrailers(Metadata metadata)` to respectively handle headers and trailers returned by an RPC."],["A historical archive of versions from 2.7.1 up to the most recent version 2.63.1 is available, each with their dedicated documentation located at the provided links."]]],[]]