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
Methods in org.springframework.web.service.registry with parameters of type HttpServiceGroupModifier and TypeMethodDescriptionvoid
HttpServiceGroupConfigurer.ClientCallback.withClient
(HttpServiceGroup group, CB clientBuilder) void
HttpServiceGroupConfigurer.GroupCallback.withGroup
(HttpServiceGroup group, CB clientBuilder, HttpServiceProxyFactory.Builder factoryBuilder) void
HttpServiceGroupConfigurer.ProxyFactoryCallback.withProxyFactory
(HttpServiceGroup group, HttpServiceProxyFactory.Builder factoryBuilder) Method parameters in org.springframework.web.service.registry with type arguments of type HttpServiceGroupModifier and TypeMethodDescriptionHttpServiceGroupConfigurer.Groups.filter
(Predicate<HttpServiceGroup> predicate) Select groups to configure through aPredicate
.