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."],[[["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 an RPC (Remote Procedure Call)."],["The `onHeaders` method allows for custom handling of headers returned by an RPC, and accepts metadata of type `io.grpc.Metadata`."],["The `onTrailers` method is designed to manage the trailers returned by an RPC, accepting `io.grpc.Metadata` as a parameter."]]],[]]