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-09 UTC."],[[["The webpage provides a comprehensive list of versions for `ResponseMetadataHandler`, ranging from the latest version 2.63.1 down to version 2.7.1."],["`ResponseMetadataHandler` is an interface used to manage metadata received from Remote Procedure Calls (RPCs)."],["The interface includes methods for handling both headers and trailers, specifically `onHeaders(Metadata metadata)` and `onTrailers(Metadata metadata)`."],["Each method takes a parameter `metadata` of the type `io.grpc.Metadata`."],["The `GrpcMetadataHandlerInterceptor` class utilizes `ResponseMetadataHandler` to allow for custom metadata handling."]]],[]]