Interface HttpServiceGroupConfigurer.InitializingClientCallback<CB>

Type Parameters:
CB - the type of client builder, i.e. RestClient or WebClient builder.
Enclosing interface:
HttpServiceGroupConfigurer<CB>
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public static interface HttpServiceGroupConfigurer.InitializingClientCallback<CB>
Callback to provide the client builder rather than customize it.
Since:
7.0
Author:
Rossen Stoyanchev, Olga Maciaszek-Sharma