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
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.
Azure SDK for Java