Package io.grpc

Class ForwardingClientCall.SimpleForwardingClientCall<ReqT,RespT>

java.lang.Object
io.grpc.ClientCall<ReqT,RespT>
io.grpc.PartialForwardingClientCall<ReqT,RespT>
io.grpc.ForwardingClientCall<ReqT,RespT>
io.grpc.ForwardingClientCall.SimpleForwardingClientCall<ReqT,RespT>
Direct Known Subclasses:
MetadataUtils.HeaderAttachingClientInterceptor.HeaderAttachingClientCall, MetadataUtils.MetadataCapturingClientInterceptor.MetadataCapturingClientCall
Enclosing class:
ForwardingClientCall<ReqT,RespT>

public abstract static class ForwardingClientCall.SimpleForwardingClientCall<ReqT,RespT> extends ForwardingClientCall<ReqT,RespT>
A simplified version of ForwardingClientCall where subclasses can pass in a ClientCall as the delegate.