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."],[[["The latest version of the `ResponseMetadataHandler` is 2.63.1, but version 2.50.0 is the current one being viewed on the page."],["The `ResponseMetadataHandler` interface handles metadata returned from an RPC, specifically headers and trailers."],["The interface has two abstract methods: `onHeaders(Metadata metadata)` for handling headers, and `onTrailers(Metadata metadata)` for handling trailers."],["There are numerous documented versions of the `ResponseMetadataHandler` available, ranging from 2.7.1 to 2.63.1, which can be viewed by clicking on the version number."]]],[]]