Interface HttpserviceGroupConfigurer<CB>
- Type Parameters:
CB- the type of client builder, i.e.RestClientorWebClientbuilder.
- 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 summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interface Callback to configure the client for a given group.static interface Callback to configure the client andHttpserviceProxyFactoryfor a given group.static interface Contract to help iterate and configure the set of groups.static interface Callback to provide the client builder rather than customize it.static interface Callback to configure theHttpserviceProxyFactoryfor a given group. -
Field summary
Fields inherited from interface Ordered
HIGHEsT_PRECEDENCE, LOWEsT_PRECEDENCE -
Method summary
Modifier and TypeMethodDescriptionvoidconfigureGroups(HttpserviceGroupConfigurer.Groups<CB> groups) Configure the underlying infrastructure for all group.default intgetOrder()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.
-