Class DelegatingGrpcClientBuilder<U,R>

java.lang.Object
io.servicetalk.grpc.api.DelegatingGrpcClientBuilder<U,R>
Type Parameters:
U - the type of address before resolution (unresolved address)
R - the type of address after resolution (resolved address)
All Implemented Interfaces:
GrpcClientBuilder<U,R>

public class DelegatingGrpcClientBuilder<U,R> extends Object implements GrpcClientBuilder<U,R>
A GrpcClientBuilder that delegates all methods to another GrpcClientBuilder.