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."],[[["The latest version available for the `com.google.api.gax.grpc.ResponseMetadataHandler` is 2.63.1."],["This webpage provides a comprehensive list of historical versions, ranging from the latest 2.63.1 down to 2.7.1, of `ResponseMetadataHandler`."],["`ResponseMetadataHandler` is an interface that enables custom handling of headers and trailers returned from an RPC, utilized by the `GrpcMetadataHandlerInterceptor` class."],["The `ResponseMetadataHandler` interface includes two abstract methods: `onHeaders(Metadata metadata)` to handle RPC headers, and `onTrailers(Metadata metadata)` to handle RPC trailers."]]],[]]