Interface HttpserviceGroupConfigurer<CB>

Type Parameters:
CB - the type of client builder, i.e. RestClient or WebClient builder.
All superinterfaces:
Ordered
All Known subinterfaces:
RestClientHttpserviceGroupConfigurer, WebClientHttpserviceGroupConfigurer
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 interface HttpserviceGroupConfigurer<CB> extends Ordered
Callback to configure the set of declared HttpserviceGroups.
since:
7.0
Author:
Rossen stoyanchev, Olga Maciaszek-sharma