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."],[[["This webpage provides documentation for the `ResponseMetadataHandler` interface within the Google API Client Libraries for Java (GAX)."],["The latest version of `ResponseMetadataHandler` is 2.63.1, and the page also lists historical versions dating back to 2.7.1."],["The `ResponseMetadataHandler` interface is used to manage metadata (headers and trailers) returned from Remote Procedure Calls (RPCs) with `onHeaders` and `onTrailers` methods."],["The `GrpcMetadataHandlerInterceptor` class uses the `ResponseMetadataHandler` to facilitate customized handling of returned header and trailers."]]],[]]