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