Interface HttpServiceGroupConfigurer<CB>
- Type Parameters:
- CB- the type of client builder, i.e.- RestClientor- WebClientbuilder.
- 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.
Callback to configure the set of declared 
HttpServiceGroups.- Since:
- 7.0
- Author:
- Rossen Stoyanchev, Olga Maciaszek-Sharma
- 
Nested Class SummaryNested ClassesModifier and TypeInterfaceDescriptionstatic interfaceCallback to configure the client for a given group.static interfaceCallback to configure the client andHttpServiceProxyFactoryfor a given group.static interfaceContract to help iterate and configure the set of groups.static interfaceCallback to configure theHttpServiceProxyFactoryfor a given group.
- 
Field SummaryFields inherited from interface OrderedHIGHEST_PRECEDENCE, LOWEST_PRECEDENCE
- 
Method SummaryModifier and TypeMethodDescriptionvoidConfigure the underlying infrastructure for all group.default intgetOrder()Determine the order of this configurer relative to others.
- 
Method Details- 
configureGroupsConfigure the underlying infrastructure for all group.
- 
getOrderdefault int getOrder()Determine the order of this configurer relative to others.By default, this is Ordered.LOWEST_PRECEDENCE.
 
-