@Configurable public class IfRecovered extends AbstractHealthCheckPredicate
<health:SendMail mail="${healthMailer}">
<to>admin@yourdomain.com</to>
<to>another_admin@yourdomain.com</to>
<health:IfRecovered/>
</health:SendMail>
| Constructor and Description |
|---|
IfRecovered() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isMatch(HealthEvent healthEvent)
The abstract match returns true, so a child can combine its own
matches with the parent.
|
getHealthCheck, getLastResult, setHealthCheck, toStringpublic boolean isMatch(HealthEvent healthEvent)
AbstractHealthPredicateisMatch doesn't return true.isMatch in interface HealthPredicateisMatch in class AbstractScheduledHealthPredicate