@Configurable public class OnStop extends AbstractHealthPredicate
<health:SendMail mail="${healthMailer}">
<to>admin@yourdomain.com</to>
<health:OnStop/>
</health:SendMail>
Constructor and Description |
---|
OnStop() |
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.
|
toString
public boolean isMatch(HealthEvent healthEvent)
AbstractHealthPredicate
isMatch
doesn't return true.isMatch
in interface HealthPredicate
isMatch
in class AbstractHealthPredicate