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 Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic enum
Enum to specify the client type to use for an HTTP Service group. -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
The name of the group to add HTTP Services to when a group isn't specified. -
Method Summary
Modifier 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_NAME
The name of the group to add HTTP Services to when a group isn't specified.- See Also:
-
-
Method Details
-
name
String name()The name of the HTTP Service group. -
httpServiceTypes
The HTTP Services in the group. -
clientType
HttpServiceGroup.ClientType clientType()The client type to use for the group.By default,
HttpServiceGroup.ClientType.REST_CLIENT
remains unspecified.
-