U - unresolved addressR - resolved address@FunctionalInterface
public static interface GrpcClientBuilder.HttpInitializer<U,R>
SingleAddressHttpClientBuilder used for the transport layer.| Modifier and Type | Method and Description |
|---|---|
default GrpcClientBuilder.HttpInitializer<U,R> |
append(GrpcClientBuilder.HttpInitializer<U,R> toAppend)
Appends the passed
GrpcClientBuilder.HttpInitializer to this GrpcClientBuilder.HttpInitializer such that this instance is
applied first and then the argument's GrpcClientBuilder.HttpInitializer. |
void |
initialize(SingleAddressHttpClientBuilder<U,R> builder)
Configures the underlying
SingleAddressHttpClientBuilder. |
void initialize(SingleAddressHttpClientBuilder<U,R> builder)
SingleAddressHttpClientBuilder.builder - The builder to customize the HTTP layer.default GrpcClientBuilder.HttpInitializer<U,R> append(GrpcClientBuilder.HttpInitializer<U,R> toAppend)
GrpcClientBuilder.HttpInitializer to this GrpcClientBuilder.HttpInitializer such that this instance is
applied first and then the argument's GrpcClientBuilder.HttpInitializer.toAppend - GrpcClientBuilder.HttpInitializer to append.GrpcClientBuilder.HttpInitializer after the append operation.