@Configurable public class OnAbnormalStop extends OnStop
<health:Snapshot>
<health:OnAbnormalStop/>
</health:Snapshot
Constructor and Description |
---|
OnAbnormalStop() |
Modifier and Type | Method and Description |
---|---|
void |
addNormalExitCode(ExitCode exitCode) |
void |
init() |
boolean |
isMatch(HealthEvent event)
The abstract match returns true, so a child can combine its own
matches with the parent.
|
toString
@PostConstruct public void init()
@Configurable public void addNormalExitCode(ExitCode exitCode)
public boolean isMatch(HealthEvent event)
AbstractHealthPredicate
isMatch
doesn't return true.isMatch
in interface HealthPredicate
isMatch
in class OnStop