- All Implemented Interfaces:
Plugin
public class HealthPlugin
extends Object
implements Plugin
Health plugin with liveness and readiness support based on
the application lifecycle support.
-
-
Method Summary
| Modifier and Type |
Method |
Description |
void |
apply(Jex jex) |
Register the plugin features with jex.
|
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
HealthPlugin
public HealthPlugin()
-
Method Details
-
apply
public void apply(
Jex jex)
Description copied from interface: Plugin
Register the plugin features with jex.
- Specified by:
apply in interface Plugin