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