public interface ReadinessProbeInterface
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
|
void removeReadinessProbe() throws java.lang.Exception
java.lang.Exception
- if the probe cannot be executed correctlyvoid setReadinessProbe() throws java.lang.Exception
java.lang.Exception
- if the probe cannot be executed correctlyvoid setErrorProbe(java.lang.String message) throws java.lang.Exception
message
- an error messagejava.lang.Exception
- if the probe cannot be executed correctlyCopyright © 2001-2019 Jalios SA. All Rights Reserved.