Interface HttpServiceGroup
public interface HttpServiceGroup
A group of HTTP Service interfaces that share the same
HttpServiceProxyFactory and
HTTP client setup.- Since:
- 7.0
- Author:
- Rossen Stoyanchev, Olga Maciaszek-Sharma
- 
Nested Class SummaryNested ClassesModifier and TypeInterfaceDescriptionstatic enumEnum to specify the client type to use for an HTTP Service group.
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final StringThe name of the default group to add HTTP Services to when a group is not specified.
- 
Method SummaryModifier and TypeMethodDescriptionThe client type to use for the group.The HTTP Services in the group.name()The name of the HTTP Service group.
- 
Field Details- 
DEFAULT_GROUP_NAMEThe name of the default group to add HTTP Services to when a group is not specified.- See Also:
 
 
- 
- 
Method Details- 
nameString name()The name of the HTTP Service group.
- 
httpServiceTypes
- 
clientTypeHttpServiceGroup.ClientType clientType()The client type to use for the group.By default, HttpServiceGroup.ClientType.REST_CLIENTremains unspecified.
 
-