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-07-02 UTC."],[[["This webpage provides a comprehensive list of versions for the `ResponseMetadataHandler`, ranging from the latest version 2.63.1 down to version 2.7.1."],["The `ResponseMetadataHandler` is an interface designed to manage metadata received from a Remote Procedure Call (RPC)."],["The `ResponseMetadataHandler` has two main methods: `onHeaders` and `onTrailers`, both of which take `io.grpc.Metadata` as a parameter, allowing the user to handle the headers and trailers returned by the RPC, respectively."],["The provided list of versions, gives the user access to documentation for each individual version of the ResponseMetadataHandler."]]],[]]