MCPcopy Create free account
hub / github.com/grpc/grpc-java / getTrailers

Method getTrailers

api/src/main/java/io/grpc/StatusException.java:68–71  ·  view source on GitHub ↗

Returns the received trailers. @since 1.0.0

()

Source from the content-addressed store, hash-verified

66 * @since 1.0.0
67 */
68 @Nullable
69 public final Metadata getTrailers() {
70 return trailers;
71 }
72}

Calls

no outgoing calls