Class HealthEntry
java.lang.Object
io.micronaut.discovery.consul.client.v1.HealthEntry
Models a Consul Health Entry. See https://www.consul.io/api/health.html.
- Since:
- 1.0
- Author:
- graemerocher
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetNode()
protected void
protected void
setService
(ServiceEntry service)
-
Constructor Details
-
HealthEntry
public HealthEntry()
-
-
Method Details
-
getNode
- Returns:
- The node for this health entry
-
getService
- Returns:
- The service for the health entry
-
getChecks
- Returns:
- The checks
-
setNode
- Parameters:
node
- The node
-
setService
- Parameters:
service
- The service
-