ServiceNameFormat Class

  • java.lang.Object
    • microsoft.servicefabric.services.ServiceNameFormat

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