@Beta public abstract static class ServiceManager.Listener extends java.lang.Object
| Constructor | Description |
|---|---|
Listener() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
failure(Service service) |
Called when a component service has failed.
|
void |
healthy() |
Called when the service initially becomes healthy.
|
void |
stopped() |
Called when the all of the component services have reached a terminal state, either
terminated or failed.
|
public void healthy()
public void stopped()