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