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 webpage documents various versions of the `ResponseMetadataHandler` for Java, ranging from version 2.7.1 up to the latest version, 2.63.1."],["`ResponseMetadataHandler` is an interface designed to manage metadata received from a Remote Procedure Call (RPC)."],["The `ResponseMetadataHandler` interface includes two methods: `onHeaders` and `onTrailers`, both of which take `io.grpc.Metadata` as a parameter, allowing the user to handle the headers and trailers returned by the RPC, respectively."],["The `GrpcMetadataHandlerInterceptor` class uses the `ResponseMetadataHandler` to allow custom handling of returned headers and trailers."]]],[]]