Interface HttpServiceGroupConfigurer.ForGroup<CB>
- Type Parameters:
CB
- the type of client builder, i.e.RestClient
orWebClient
builder.
- Enclosing interface:
HttpServiceGroupConfigurer<CB>
- 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 client and
HttpServiceProxyFactory
for a group.- Since:
- 7.0
- Author:
- Rossen Stoyanchev, Olga Maciaszek-Sharma
-
Method Summary
Modifier and TypeMethodDescriptionvoid
configureGroup
(HttpServiceGroup group, CB clientBuilder, HttpServiceProxyFactory.Builder factoryBuilder)
-
Method Details
-
configureGroup
void configureGroup(HttpServiceGroup group, CB clientBuilder, HttpServiceProxyFactory.Builder factoryBuilder)
-