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."],[[["This webpage lists the available versions of the `ResponseMetadataHandler` for Java, with the latest version being 2.63.1."],["The `ResponseMetadataHandler` interface is designed to manage metadata that an RPC returns."],["The `ResponseMetadataHandler` includes methods `onHeaders` and `onTrailers`, which allow for the handling of RPC headers and trailers respectively, passing the parameter `metadata` of type `io.grpc.Metadata` to each."],["There is a list of versions ranging from 2.63.1 all the way down to 2.7.1."],["The `GrpcMetadataHandlerInterceptor` class utilizes the `ResponseMetadataHandler` interface for customized management of received headers and trailers."]]],[]]