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 documentation for the `ResponseMetadataHandler` interface within the Google API Client Library for Java (gax), specifically focusing on handling metadata returned from RPCs."],["The `ResponseMetadataHandler` interface is used in conjunction with the `GrpcMetadataHandlerInterceptor` class for custom handling of headers and trailers in gRPC responses."],["The latest version of `ResponseMetadataHandler` is 2.63.1, and the webpage provides a comprehensive list of past versions, dating back to 2.7.1."],["The interface defines two abstract methods: `onHeaders(Metadata metadata)` for processing headers and `onTrailers(Metadata metadata)` for handling trailers, both taking an `io.grpc.Metadata` object as a parameter."]]],[]]