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 page provides a comprehensive list of versions for the `ResponseMetadataHandler` in the Google API Client Library for Java, specifically within the `com.google.api.gax.grpc` package."],["The latest version of `ResponseMetadataHandler` is 2.63.1, with a history of previous versions dating back to 2.7.1."],["`ResponseMetadataHandler` is an interface designed to manage metadata from RPC calls, with methods to handle both headers and trailers."],["The interface has two abstract methods, `onHeaders` and `onTrailers`, both taking `io.grpc.Metadata` as a parameter to handle the headers and trailers respectively."],["The versions listed are all available under the same java package `com.google.api.gax.grpc.ResponseMetadataHandler`, and provide a wide range of versions to choose from."]]],[]]