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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-15 UTC."],[[["This webpage provides a comprehensive list of versions for the `ResponseMetadataHandler` in the Google API Client Library for Java, ranging from version 2.7.1 up to the latest, 2.63.1."],["The `ResponseMetadataHandler` is an interface designed for custom handling of headers and trailers that are returned from an RPC, used by the `GrpcMetadataHandlerInterceptor` class."],["The interface `ResponseMetadataHandler` defines two methods: `onHeaders(Metadata metadata)` for processing RPC headers and `onTrailers(Metadata metadata)` for processing RPC trailers, both taking `io.grpc.Metadata` as a parameter."],["Each listed version corresponds to a specific documentation page detailing the `ResponseMetadataHandler` for that release."]]],[]]