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-03-21 UTC."],[[["The webpage provides documentation for the `ResponseMetadataHandler` interface within the Google API Client Libraries for Java (GAX) library, specifically focusing on its usage with gRPC."],["The `ResponseMetadataHandler` interface offers methods to process metadata from Remote Procedure Calls (RPCs), which can be done through the `onHeaders` method for headers and the `onTrailers` method for trailers."],["The page lists a comprehensive history of available GAX versions for the `ResponseMetadataHandler`, starting from version 2.63.1 (latest) down to 2.7.1."],["Each version number listed links to the corresponding documentation for the `ResponseMetadataHandler` class in that particular release of GAX."]]],[]]