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-08-07 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."]]],[]]