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 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` available is 2.63.1, and it includes links to documentation for each version, allowing for historical reference."],["The `ResponseMetadataHandler` is an interface designed to manage metadata from Remote Procedure Calls (RPCs), which is handled by the GrpcMetadataHandlerInterceptor class."],["The interface includes two primary methods: `onHeaders(Metadata metadata)` for handling RPC headers, and `onTrailers(Metadata metadata)` for managing RPC trailers, both of which use `io.grpc.Metadata`."]]],[]]