Interface HttpServiceGroupAdapter<CB>

Type Parameters:
CB - the type of client builder, i.e. RestClient or WebClient builder.
All Known Implementing Classes:
RestClientHttpServiceGroupAdapter, WebClientHttpServiceGroupAdapter

public interface HttpServiceGroupAdapter<CB>
Adapter that helps to configure a group independent of its client builder type.
Since:
7.0
Author:
Rossen Stoyanchev, Phillip Webb