Package com.exonum.binding.core.runtime
Class DispatcherSchema
java.lang.Object
com.exonum.binding.core.runtime.DispatcherSchema
public final class DispatcherSchema
extends java.lang.Object
Exonum service instances database schema.
-
Constructor Summary
Constructors Constructor Description DispatcherSchema(Access access)
-
Method Summary
Modifier and Type Method Description ProofMapIndexProxy<java.lang.String,Lifecycle.InstanceState>
serviceInstances()
Returns a map of service instance specifications of started services indexed by their names.
-
Constructor Details
-
Method Details
-
serviceInstances
Returns a map of service instance specifications of started services indexed by their names.
-