Uses of Class
io.grpc.ForwardingClientCall
Packages that use ForwardingClientCall
-
Uses of ForwardingClientCall in io.grpc
Subclasses of ForwardingClientCall in io.grpcModifier and TypeClassDescriptionstatic 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.