Class HealthEndpoint

java.lang.Object
io.micronaut.management.endpoint.health.HealthEndpoint

@Endpoint(value="health", defaultSensitive=false) public class HealthEndpoint extends Object

Exposes an Endpoint to provide information about the health of the application.

Since:
1.0
Author:
James Kleeh