Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
}
Callers
6
toStatusExceptionWithMetadata_shouldIncludeMetadata
Method · 0.95
logTrailer
Method · 0.95
trailersFromThrowable
Method · 0.45
closeWithException
Method · 0.45
unaryBlockingCallFailed
Method · 0.45
blockingV2UnaryCall
Method · 0.45
Calls
no outgoing calls
Tested by
3
toStatusExceptionWithMetadata_shouldIncludeMetadata
Method · 0.76
logTrailer
Method · 0.76
unaryBlockingCallFailed
Method · 0.36