| Package | Description |
|---|---|
| com.exonum.binding.core.runtime |
| Modifier and Type | Method and Description |
|---|---|
static ServiceId |
ServiceId.of(String groupId,
String artifactId,
String version)
Creates a new service id of the given coordinate.
|
static ServiceId |
ServiceId.parseFrom(String serviceId)
Parses a service id in format "groupId:artifactId:version" as
toString() produces. |
Copyright © 2019 Exonum. All rights reserved.