public class ChannelPool.PooledChannel
extends io.grpc.Channel
Channel
that knows how to return itself to the ChannelPool
Modifier and Type | Method and Description |
---|---|
String |
authority() |
<RequestT,ResponseT> |
newCall(io.grpc.MethodDescriptor<RequestT,ResponseT> methodDescriptor,
io.grpc.CallOptions callOptions) |
void |
returnToPool() |
public <RequestT,ResponseT> io.grpc.ClientCall<RequestT,ResponseT> newCall(io.grpc.MethodDescriptor<RequestT,ResponseT> methodDescriptor, io.grpc.CallOptions callOptions)
newCall
in class io.grpc.Channel
public String authority()
authority
in class io.grpc.Channel
public void returnToPool()
Copyright © 2015. All rights reserved.