public abstract class AbstractBasicReadinessProbe extends java.lang.Object implements ReadinessProbeInterface
| Constructor and Description |
|---|
AbstractBasicReadinessProbe() |
| Modifier and Type | Method and Description |
|---|---|
void |
removeReadinessProbe()
Remove the readiness probe (call at application init)
|
void |
setErrorProbe(java.lang.String message)
Set the error probe when the application is not correctly started
|
void |
setReadinessProbe()
Set the readiness probe when the application is correctly started
|
public void removeReadinessProbe()
throws java.lang.Exception
ReadinessProbeInterfaceremoveReadinessProbe in interface ReadinessProbeInterfacejava.lang.Exception - if the probe cannot be executed correctlypublic void setReadinessProbe()
throws java.lang.Exception
ReadinessProbeInterfacesetReadinessProbe in interface ReadinessProbeInterfacejava.lang.Exception - if the probe cannot be executed correctlypublic void setErrorProbe(java.lang.String message)
throws java.lang.Exception
ReadinessProbeInterfacesetErrorProbe in interface ReadinessProbeInterfacemessage - an error messagejava.lang.Exception - if the probe cannot be executed correctlyCopyright © 2001-2019 Jalios SA. All Rights Reserved.