Package com.exonum.binding.core.runtime
-
Interface Summary Interface Description AccessFactory A factory of database accesses. -
Class Summary Class Description DispatcherSchema Exonum service instances database schema.FrameworkModule A framework module which configures the system-wide bindings.NodeProxy An Exonum node context.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.ServiceInstanceSpec A specification of a service instance.ServiceRuntime A service runtime.ServiceRuntimeAdapter The adapter ofServiceRuntime
to the interface, convenient to the native code accessing it through JNI (simpler, faster, more reliable). -
Enum Summary Enum Description AccessProxyFactory A factory of Access proxies. -
Exception Summary Exception Description ServiceLoadingException Indicates that a service runtime failed to load the service artifact.UnexpectedExecutionException An "unexpected" service execution exception indicates that any exception butExecutionException
occurred in a service method.