Interface HttpServiceGroupConfigurer.ProxyFactoryCallback
- 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
HttpServiceProxyFactory
for a given group.- Since:
- 7.0
- Author:
- Rossen Stoyanchev, Olga Maciaszek-Sharma
-
Method Summary
Modifier and TypeMethodDescriptionvoid
withProxyFactory
(HttpServiceGroup group, HttpServiceProxyFactory.Builder factoryBuilder)
-
Method Details
-
withProxyFactory
-