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 page provides documentation for the `ResponseMetadataHandler` interface within the Google API Client Libraries for Java (gax) library."],["The `ResponseMetadataHandler` interface is designed to manage metadata from Remote Procedure Calls (RPCs), specifically headers and trailers."],["The latest version of the documentation available is for version 2.63.1, with numerous older versions listed."],["The interface includes two primary methods: `onHeaders(Metadata metadata)` for handling RPC headers and `onTrailers(Metadata metadata)` for handling RPC trailers."],["Version 2.36.0 of the documentation is a marked version, potentially an important point of reference for users."]]],[]]