We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a52f9ab commit 59e38a9Copy full SHA for 59e38a9
core/src/main/java/io/grpc/internal/CloseWithHeadersMarker.java
@@ -19,8 +19,8 @@
19
import io.grpc.Status;
20
21
/**
22
- * Marker to be used in {@link Status#withCause(Throwable)} to signal that stream should be closed
23
- * by sending headers.
+ * Marker to be used for Status sent to {@link ServerStream#cancel(Status)} to signal that stream
+ * should be closed by sending headers.
24
*/
25
public class CloseWithHeadersMarker extends Throwable {
26
private static final long serialVersionUID = 0L;
0 commit comments