Uses of Class
io.grpc.ForwardingClientCall
-
Packages that use ForwardingClientCall Package Description io.grpc The gRPC core public API. -
-
Uses of ForwardingClientCall in io.grpc
Subclasses of ForwardingClientCall in io.grpc Modifier and Type Class Description static class
ClientInterceptors.CheckedForwardingClientCall<ReqT,RespT>
AForwardingClientCall
that delivers exceptions from its start logic to the call listener.static class
ForwardingClientCall.SimpleForwardingClientCall<ReqT,RespT>
A simplified version ofForwardingClientCall
where subclasses can pass in aClientCall
as the delegate.
-