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-01 UTC."],[[["This webpage documents various versions of the `ResponseMetadataHandler` for Java, ranging from version 2.8.1 up to the latest version, 2.63.1."],["The `ResponseMetadataHandler` interface is used to manage metadata received from an RPC, offering customizable handling of headers and trailers."],["The interface contains two abstract methods: `onHeaders(Metadata metadata)` for handling RPC headers and `onTrailers(Metadata metadata)` for handling RPC trailers."],["Each version link directs to the documentation for the `ResponseMetadataHandler` class within that specific version of the Java library."]]],[]]