| Package | Description |
|---|---|
| com.exonum.binding.core.runtime | |
| com.exonum.binding.core.service |
| Modifier and Type | Method and Description |
|---|---|
static ServiceInstanceSpec |
ServiceInstanceSpec.newInstance(String name,
int id,
ServiceArtifactId artifactId) |
| Modifier and Type | Method and Description |
|---|---|
void |
ServiceRuntime.commitService(ServiceInstanceSpec instanceSpec)
Adds a service instance to the runtime after it has been successfully initialized
in
ServiceRuntime.startAddingService(Fork, ServiceInstanceSpec, byte[]). |
void |
ServiceRuntime.startAddingService(Fork fork,
ServiceInstanceSpec instanceSpec,
byte[] configuration)
Starts registration of a new service instance with the given specification.
|
| Modifier and Type | Method and Description |
|---|---|
protected ServiceInstanceSpec |
AbstractService.getInstanceSpec()
Returns this service instance specification.
|
| Constructor and Description |
|---|
AbstractService(ServiceInstanceSpec instanceSpec) |
Copyright © 2019 Exonum. All rights reserved.