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."],[[["This webpage provides a comprehensive list of versions for the `ResponseMetadataHandler` class, ranging from version 2.63.1 down to 2.7.1, with version 2.63.1 labeled as the latest."],["The `ResponseMetadataHandler` interface is designed to manage metadata received from an RPC (Remote Procedure Call)."],["The `ResponseMetadataHandler` has two main methods: `onHeaders(Metadata metadata)` to process headers, and `onTrailers(Metadata metadata)` to handle trailers, both requiring metadata as a parameter of type `io.grpc.Metadata`."],["This interface is employed by the `GrpcMetadataHandlerInterceptor` to customize the processing of headers and trailers."]]],[]]