Uses of Interface
org.springframework.web.service.registry.HttpServiceGroup
Packages that use HttpServiceGroup
Package
Description
Support for creating a registry of HTTP Service client proxies, and declaring
the proxies as beans.
-
Uses of HttpServiceGroup in org.springframework.web.service.registry
Method parameters in org.springframework.web.service.registry with type arguments of type HttpServiceGroupModifier and TypeMethodDescriptionvoid
HttpServiceGroupConfigurer.Groups.configure
(BiConsumer<HttpServiceGroup, CB> clientConfigurer, BiConsumer<HttpServiceGroup, HttpServiceProxyFactory.Builder> proxyFactoryConfigurer) Configure the client andHttpServiceProxyFactory
for the selected groups.void
HttpServiceGroupConfigurer.Groups.configureClient
(BiConsumer<HttpServiceGroup, CB> clientConfigurer) Variant ofHttpServiceGroupConfigurer.Groups.configureClient(Consumer)
with access to the group being configured.void
HttpServiceGroupConfigurer.Groups.configureProxyFactory
(BiConsumer<HttpServiceGroup, HttpServiceProxyFactory.Builder> proxyFactoryConfigurer) Configure theHttpServiceProxyFactory
for the selected groups.HttpServiceGroupConfigurer.Groups.filter
(Predicate<HttpServiceGroup> predicate) Select groups to configure through aPredicate
.