MCPcopy Index your code
hub / github.com/grpc/grpc-java / promise

Method promise

netty/src/main/java/io/grpc/netty/WriteQueue.java:222–222  ·  view source on GitHub ↗

Returns the promise beeing notified of the success/failure of the write.

()

Source from the content-addressed store, hash-verified

220 * Returns the promise beeing notified of the success/failure of the write.
221 */
222 ChannelPromise promise();
223
224 /**
225 * Sets the promise.

Callers 1

enqueueMethod · 0.65

Implementers 3

RunnableCommandnetty/src/main/java/io/grpc/netty/Writ
AbstractQueuedCommandnetty/src/main/java/io/grpc/netty/Writ
SendGrpcFrameCommandnetty/src/main/java/io/grpc/netty/Send

Calls

no outgoing calls

Tested by

no test coverage detected