Annotation Interface HttpServiceClient
Annotation to mark an HTTP Service interface as a candidate client proxy creation.
Supported through the import of an
AbstractClientHttpServiceRegistrar
.- Since:
- 7.0
- Author:
- Rossen Stoyanchev
- See Also:
-
Optional Element Summary
Optional Elements
-
Element Details
-
value
-
group
The name of the HTTP Service group for this client.By default, this is
HttpServiceGroup.DEFAULT_GROUP_NAME
.- Default:
"default"
-