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."],[[["The webpage provides a comprehensive list of versions for `ResponseMetadataHandler`, ranging from version 2.7.1 up to the latest release, 2.63.1."],["`ResponseMetadataHandler` is an interface that allows for custom handling of metadata received from Remote Procedure Calls (RPCs)."],["This interface, `ResponseMetadataHandler`, is designed to be implemented to handle both headers and trailers that are returned from an RPC."],["The interface includes two methods: `onHeaders(Metadata metadata)` for managing headers, and `onTrailers(Metadata metadata)` for managing trailers."]]],[]]