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

Method streamClosed

api/src/main/java/io/grpc/StreamTracer.java:31–32  ·  view source on GitHub ↗

Stream is closed. This will be called exactly once.

(Status status)

Source from the content-addressed store, hash-verified

29 * Stream is closed. This will be called exactly once.
30 */
31 public void streamClosed(Status status) {
32 }
33
34 /**
35 * An outbound message has been passed to the stream. This is called as soon as the stream knows

Callers 3

closeAbnormalMethod · 0.45
deliverSuffixMethod · 0.45
onCloseSentMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected