Class HealthResultFilter

java.lang.Object
io.micronaut.http.filter.OncePerRequestHttpServerFilter
io.micronaut.management.endpoint.health.filter.HealthResultFilter
All Implemented Interfaces:
Ordered, HttpFilter, HttpServerFilter

@Filter({"${endpoints.all.path:/}${endpoints.health.id:health}","${endpoints.all.path:/}${endpoints.health.id:health}/liveness","${endpoints.all.path:/}${endpoints.health.id:health}/readiness"}) @Requires(beans=HealthEndpoint.class) public class HealthResultFilter extends OncePerRequestHttpServerFilter
A filter that matches the HealthEndpoint and returns an appropriate HTTP status code.
Since:
1.0
Author:
graemerocher