ServiceNameFormat Class
- java.
lang. Object - microsoft.
servicefabric. services. ServiceNameFormat
- microsoft.
public class ServiceNameFormat
Specifies the default way for generating resource names for services.
Method Summary
Modifier and Type | Method and Description |
---|---|
String |
getEndpointName(Class<?> serviceInterfaceType)
Gets the default endpoint resource name for the given service type |
Method Details
getEndpointName
public static String getEndpointName(Class serviceInterfaceType)
Gets the default endpoint resource name for the given service type
Parameters:
serviceInterfaceType
- Service type name
Returns:
Endpoint name
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java