Interface HttpServiceGroupConfigurer<CB>
- Type Parameters:
CB
- the type of client builder, i.e.RestClient
orWebClient
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.
Callback to configure the set of declared
HttpServiceGroup
s.- Since:
- 7.0
- Author:
- Rossen Stoyanchev, Olga Maciaszek-Sharma
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interface
Contract to help iterate and configure the set of groups. -
Field Summary
Fields inherited from interface org.springframework.core.Ordered
HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Configure the underlying infrastructure for all group.default int
getOrder()
Determine the order of this configurer relative to others.
-
Method Details
-
configureGroups
Configure the underlying infrastructure for all group. -
getOrder
default int getOrder()Determine the order of this configurer relative to others.By default, this is
Ordered.LOWEST_PRECEDENCE
.
-