We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bdbcaf1 commit af165bcCopy full SHA for af165bc
1 file changed
api/src/main/java/io/grpc/StatusException.java
@@ -65,6 +65,7 @@ public final Status getStatus() {
65
*
66
* @since 1.0.0
67
*/
68
+ @Nullable
69
public final Metadata getTrailers() {
70
return trailers;
71
}
0 commit comments