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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for Java