public final class ServiceName extends Object
| Modifier and Type | Field and Description |
|---|---|
static ServiceName |
ACCOUNTING |
static ServiceName |
CONTACT |
static ServiceName |
INTEGRATION |
static ServiceName |
ORDER |
static ServiceName |
PRODUCT |
static ServiceName |
WAREHOUSE |
| Constructor and Description |
|---|
ServiceName(String path)
Constructs a custom service name instance, using the path, for example "product-service".
|
public static final ServiceName ACCOUNTING
public static final ServiceName CONTACT
public static final ServiceName INTEGRATION
public static final ServiceName ORDER
public static final ServiceName PRODUCT
public static final ServiceName WAREHOUSE
public ServiceName(String path)
path - path component for the service.public String getPath()
Copyright © 2014. All Rights Reserved.