| Interface | Description |
|---|---|
| DeployArgumentsOrBuilder | |
| ServiceRuntimeProtos.ServiceRuntimeStateHashesOrBuilder | |
| ServiceRuntimeProtos.ServiceStateHashesOrBuilder | |
| ViewFactory |
A factory of views.
|
| Class | Description |
|---|---|
| DeployArguments |
Java ServiceRuntime deploy arguments, specified in the deploy request
transaction.
|
| DeployArguments.Builder |
Java ServiceRuntime deploy arguments, specified in the deploy request
transaction.
|
| DeployArgumentsOuterClass | |
| DispatcherSchema |
Exonum service instances database schema.
|
| FrameworkModule |
A framework module which configures the system-wide bindings.
|
| ReflectiveModuleSupplier |
A reflective supplier of service modules that instantiates them with a no-arg constructor.
|
| RuntimeTransport |
Runtime transport connects service APIs to the web-server.
|
| ServiceArtifactId |
A service artifact identifier.
|
| ServiceInstanceSpec |
A specification of a service instance.
|
| ServiceRuntime |
A service runtime.
|
| ServiceRuntimeAdapter |
The adapter of
ServiceRuntime to the interface, convenient to the native code
accessing it through JNI (simpler, faster, more reliable). |
| ServiceRuntimeProtos | |
| ServiceRuntimeProtos.ServiceRuntimeStateHashes |
State hashes of the service runtime.
|
| ServiceRuntimeProtos.ServiceRuntimeStateHashes.Builder |
State hashes of the service runtime.
|
| ServiceRuntimeProtos.ServiceStateHashes |
State hashes of a single service.
|
| ServiceRuntimeProtos.ServiceStateHashes.Builder |
State hashes of a single service.
|
| Enum | Description |
|---|---|
| RuntimeId |
Represents well-known runtime ids, as assigned by the Exonum core.
|
| ViewProxyFactory |
A factory of View proxies.
|
| Exception | Description |
|---|---|
| ServiceLoadingException |
Indicates that a service runtime failed to load the service artifact.
|
Copyright © 2019 Exonum. All rights reserved.