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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["The latest version of the `ResponseMetadataHandler` is 2.63.1, with a comprehensive list of prior versions available for review."],["`ResponseMetadataHandler` is an interface utilized for managing metadata returned from Remote Procedure Calls (RPCs)."],["The `onHeaders` method is designed to handle headers, accepting `io.grpc.Metadata` as a parameter."],["The `onTrailers` method processes trailers returned by an RPC, also accepting `io.grpc.Metadata`."],["The version listed under the header of the information provided is 2.18.7."]]],[]]