Interface GrpcClientBuilder<U,R>

Type Parameters:
U - the type of address before resolution (unresolved address)
R - the type of address after resolution (resolved address)
All Known Implementing Classes:
DelegatingGrpcClientBuilder

public interface GrpcClientBuilder<U,R>
A builder for building a gRPC client.