public static interface LocalServiceClientFactory.NameStep
| Modifier and Type | Method and Description |
|---|---|
LocalServiceClientFactory.NodeStep |
withDefaultServiceName()
Configures the service with the default service name : .
|
LocalServiceClientFactory.NodeStep |
withServiceName(java.lang.String serviceName)
Configures the service with a specific name.
|
LocalServiceClientFactory.NodeStep withServiceName(java.lang.String serviceName)
serviceName - The identifier of the local service.java.lang.IllegalArgumentException - If the service name is null or if a service already exists
with the same name.LocalServiceClientFactory.NodeStep withDefaultServiceName()
java.lang.IllegalArgumentException - If a service already exists with the default name.