Uses of Interface
org.springframework.web.service.registry.HttpServiceGroupConfigurer.Groups
Packages that use HttpServiceGroupConfigurer.Groups
Package
Description
Support for creating a registry of HTTP Service client proxies, and declaring
the proxies as beans.
-
Uses of HttpServiceGroupConfigurer.Groups in org.springframework.web.service.registry
Methods in org.springframework.web.service.registry that return HttpServiceGroupConfigurer.GroupsModifier and TypeMethodDescriptionHttpServiceGroupConfigurer.Groups.filter
(Predicate<HttpServiceGroup> predicate) Select groups to configure through aPredicate
.HttpServiceGroupConfigurer.Groups.filterByName
(String... groupNames) Select groups to configure by name.Methods in org.springframework.web.service.registry with parameters of type HttpServiceGroupConfigurer.GroupsModifier and TypeMethodDescriptionvoid
HttpServiceGroupConfigurer.configureGroups
(HttpServiceGroupConfigurer.Groups<CB> groups) Configure the underlying infrastructure for all group.