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 webpage provides documentation for the `ResponseMetadataHandler` interface within the `com.google.api.gax.grpc` package, detailing its role in managing metadata from RPCs."],["The `ResponseMetadataHandler` interface is designed to allow custom handling of headers and trailers that are returned from RPC calls."],["There are two primary methods within the `ResponseMetadataHandler` interface, `onHeaders` and `onTrailers`, both of which take `io.grpc.Metadata` as a parameter."],["The documentation lists various versions of the `ResponseMetadataHandler`, ranging from version 2.63.1 (latest) down to version 2.7.1, with each linking to the corresponding version's documentation."],["Version 2.54.1 of the documentation is currently being viewed, as indicated by the \"Version 2.54.1\" header, with an option to see a dropdown of all available versions."]]],[]]