Class HealthEntry
java.lang.Object
io.micronaut.discovery.consul.client.v1.HealthEntry
Deprecated, for removal: This API element is subject to removal in a future version.
Models a Consul Health Entry. See https://www.consul.io/api/health.html.
- Since:
- 1.0
- Author:
- graemerocher
-
Constructor Summary
ConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionDeprecated, for removal: This API element is subject to removal in a future version.getNode()
Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.protected void
Deprecated, for removal: This API element is subject to removal in a future version.protected void
setService
(ServiceEntry service) Deprecated, for removal: This API element is subject to removal in a future version.
-
Constructor Details
-
HealthEntry
public HealthEntry()Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
getNode
Deprecated, for removal: This API element is subject to removal in a future version.- Returns:
- The node for this health entry
-
getService
Deprecated, for removal: This API element is subject to removal in a future version.- Returns:
- The service for the health entry
-
getChecks
Deprecated, for removal: This API element is subject to removal in a future version.- Returns:
- The checks
-
setNode
Deprecated, for removal: This API element is subject to removal in a future version.- Parameters:
node
- The node
-
setService
Deprecated, for removal: This API element is subject to removal in a future version.- Parameters:
service
- The service
-
ConsulHealthEntry
instead.