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-02 UTC."],[[["This webpage provides a comprehensive list of versions for the `ResponseMetadataHandler` interface, ranging from version 2.3.1 up to the latest version, 2.63.1."],["`ResponseMetadataHandler` is an interface used to manage metadata from Remote Procedure Calls (RPCs)."],["The `onHeaders` method within the interface handles metadata headers, and takes in `io.grpc.Metadata` as a parameter."],["The interface also contains an `onTrailers` method to handle metadata trailers, which similarly takes in `io.grpc.Metadata` as a parameter."]]],[]]