Package org.wildfly.extension.health
Interface ServerProbe
-
public interface ServerProbe
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classServerProbe.Outcome
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetName()ServerProbe.OutcomegetOutcome()
-
-
-
Method Detail
-
getOutcome
ServerProbe.Outcome getOutcome()
-
getName
String getName()
-
-