Interface AbstractHttpServiceRegistrar.GroupRegistry
- Enclosing class:
AbstractHttpServiceRegistrar
protected static interface AbstractHttpServiceRegistrar.GroupRegistry
Registry API to allow subclasses to register HTTP Services.
- Since:
- 7.0
- Author:
- Rossen Stoyanchev, Phillip Webb, Olga Maciaszek-Sharma, Stephane Nicoll
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interface
Spec to list or scan for HTTP Service types. -
Method Summary
Modifier and TypeMethodDescriptionPerform HTTP Service registrations for theHttpServiceGroup.DEFAULT_GROUP_NAME
group.Perform HTTP Service registrations for the given group, either creating the group if it does not exist, or updating the existing one.forGroup
(String name, HttpServiceGroup.ClientType clientType) Variant offorGroup(String)
with a client type.
-
Method Details
-
forGroup
Perform HTTP Service registrations for the given group, either creating the group if it does not exist, or updating the existing one. -
forGroup
AbstractHttpServiceRegistrar.GroupRegistry.GroupSpec forGroup(String name, HttpServiceGroup.ClientType clientType) Variant offorGroup(String)
with a client type. -
forDefaultGroup
Perform HTTP Service registrations for theHttpServiceGroup.DEFAULT_GROUP_NAME
group.
-