Class HealthEndpoint

java.lang.Object
org.springframework.boot.actuate.health.HealthEndpoint

@Endpoint(id="health") public class HealthEndpoint extends Object
@Endpoint to expose application health information.
Since:
2.0.0
Author:
Dave Syer, Christian Dupuis, Andy Wilkinson, Stephane Nicoll, Scott Frederick