Uses of Class
com.exonum.client.response.ServiceInstanceInfo
| Package | Description |
|---|---|
| com.exonum.client |
The Exonum light client.
|
| com.exonum.client.response |
-
Uses of ServiceInstanceInfo in com.exonum.client
Methods in com.exonum.client that return types with arguments of type ServiceInstanceInfo Modifier and Type Method Description Optional<ServiceInstanceInfo>ExonumClient. findServiceInfo(String serviceName)Returns the service info of a started service instance with a given name; orOptional.empty()if there is no service instance with such name.List<ServiceInstanceInfo>ExonumClient. getServiceInfoList()Returns information on all started service instances. -
Uses of ServiceInstanceInfo in com.exonum.client.response
Methods in com.exonum.client.response that return ServiceInstanceInfo Modifier and Type Method Description ServiceInstanceInfoServiceInstanceState. getSpec()Service instance spec - its name and id.Constructors in com.exonum.client.response with parameters of type ServiceInstanceInfo Constructor Description ServiceInstanceState(ServiceInstanceInfo spec)