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 classClientInterceptors.CheckedForwardingClientCall<ReqT,RespT>AForwardingClientCallthat delivers exceptions from its start logic to the call listener.static classForwardingClientCall.SimpleForwardingClientCall<ReqT,RespT>A simplified version ofForwardingClientCallwhere subclasses can pass in aClientCallas the delegate.
-