Uses of Class
com.exonum.binding.core.runtime.ServiceInstanceSpec
| Package | Description |
|---|---|
| com.exonum.binding.core.runtime | |
| com.exonum.binding.core.service |
-
Uses of ServiceInstanceSpec in com.exonum.binding.core.runtime
Methods in com.exonum.binding.core.runtime that return ServiceInstanceSpec Modifier and Type Method Description static ServiceInstanceSpecServiceInstanceSpec. newInstance(String name, int id, ServiceArtifactId artifactId)Methods in com.exonum.binding.core.runtime with parameters of type ServiceInstanceSpec Modifier and Type Method Description voidServiceRuntime. commitService(ServiceInstanceSpec instanceSpec)Adds a service instance to the runtime after it has been successfully initialized inServiceRuntime.startAddingService(Fork, ServiceInstanceSpec, byte[]).voidServiceRuntime. startAddingService(Fork fork, ServiceInstanceSpec instanceSpec, byte[] configuration)Starts registration of a new service instance with the given specification. -
Uses of ServiceInstanceSpec in com.exonum.binding.core.service
Methods in com.exonum.binding.core.service that return ServiceInstanceSpec Modifier and Type Method Description protected ServiceInstanceSpecAbstractService. getInstanceSpec()Returns this service instance specification.Constructors in com.exonum.binding.core.service with parameters of type ServiceInstanceSpec Constructor Description AbstractService(ServiceInstanceSpec instanceSpec)