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 many other versions are available, ranging from 2.2.0 all the way up to the latest version."],["The `ResponseMetadataHandler` is an interface used to handle metadata returned from an RPC."],["This interface is used by the `GrpcMetadataHandlerInterceptor` class for custom handling of returned headers and trailers."],["The interface contains two abstract methods: `onHeaders(Metadata metadata)` to handle headers, and `onTrailers(Metadata metadata)` to handle trailers."]]],[]]