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

Method newCall

api/src/main/java/io/grpc/Channel.java:46–47  ·  view source on GitHub ↗

Create a ClientCall to the remote operation specified by the given MethodDescriptor. The returned ClientCall does not trigger any remote behavior until ClientCall#start(ClientCall.Listener, Metadata) is invoked. @param methodDescriptor describes the name and paramete

(
      MethodDescriptor<RequestT, ResponseT> methodDescriptor, CallOptions callOptions)

Source from the content-addressed store, hash-verified

44 * @since 1.0.0
45 */
46 public abstract <RequestT, ResponseT> ClientCall<RequestT, ResponseT> newCall(
47 MethodDescriptor<RequestT, ResponseT> methodDescriptor, CallOptions callOptions);
48
49 /**
50 * The authority of the destination this channel connects to. Typically this is in the format

Callers 15

wrapChannel_handlerMethod · 0.95
callNextTwiceMethod · 0.95
orderedMethod · 0.95
orderedForwardMethod · 0.95
callOptionsMethod · 0.95
addOutboundHeadersMethod · 0.95

Calls

no outgoing calls

Tested by 15

wrapChannel_handlerMethod · 0.76
callNextTwiceMethod · 0.76
orderedMethod · 0.76
orderedForwardMethod · 0.76
callOptionsMethod · 0.76
addOutboundHeadersMethod · 0.76