Uses of Interface
org.springframework.web.service.registry.HttpServiceGroupConfigurer.GroupCallback
Packages that use HttpServiceGroupConfigurer.GroupCallback
Package
Description
Support for creating a registry of HTTP Service client proxies, and declaring
the proxies as beans.
-
Uses of HttpServiceGroupConfigurer.GroupCallback in org.springframework.web.service.registry
Methods in org.springframework.web.service.registry with parameters of type HttpServiceGroupConfigurer.GroupCallbackModifier and TypeMethodDescriptionvoidHttpServiceGroupConfigurer.Groups.forEachGroup(HttpServiceGroupConfigurer.GroupCallback<CB> callback) Callback to customize the client builder and the proxy factory for every group matched by the specified name or predicate filters, or to all groups if no filters are specified.