Uses of Class
com.exonum.client.response.ServiceInstanceState
| Package | Description |
|---|---|
| com.exonum.client.response |
-
Uses of ServiceInstanceState in com.exonum.client.response
Methods in com.exonum.client.response that return types with arguments of type ServiceInstanceState Modifier and Type Method Description List<ServiceInstanceState>ServicesResponse. getServices()List of started service instances.Constructor parameters in com.exonum.client.response with type arguments of type ServiceInstanceState Constructor Description ServicesResponse(List<ServiceInstanceState> services)