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 lists the versions of the `ResponseMetadataHandler` interface, with the latest version being 2.63.1."],["The `ResponseMetadataHandler` interface, part of the Google API client library for Java, manages metadata returned from Remote Procedure Calls (RPCs)."],["The interface includes two primary methods, `onHeaders` and `onTrailers`, both accepting `io.grpc.Metadata` as a parameter, allowing for header and trailer handling."],["The `GrpcMetadataHandlerInterceptor` class uses the `ResponseMetadataHandler` interface for custom handling of returned headers and trailers."]]],[]]