Interface MicroProfileHealthCheckerConfiguration
-
- All Superinterfaces:
Checker,ConfigBeanProxy,ConfigExtension,Container
public interface MicroProfileHealthCheckerConfiguration extends Checker
- Since:
- 5.184
- Author:
- jonathan coustick
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.jvnet.hk2.config.ConfigBeanProxy
ConfigBeanProxy.Duck
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetName()@Min(0L) StringgetTimeout()voidsetName(String value)voidsetTimeout(String value)-
Methods inherited from interface fish.payara.nucleus.healthcheck.configuration.Checker
getAddToMicroProfileHealth, getEnabled, getTime, getUnit, setAddToMicroProfileHealth, setEnabled, setTime, setUnit
-
Methods inherited from interface org.jvnet.hk2.config.ConfigBeanProxy
createChild, deepCopy, getParent, getParent
-
-
-
-
Method Detail
-
setName
void setName(String value) throws PropertyVetoException
- Specified by:
setNamein interfaceChecker- Throws:
PropertyVetoException
-
getTimeout
@Min(0L) @Min(0L) String getTimeout()
-
setTimeout
void setTimeout(String value) throws PropertyVetoException
- Throws:
PropertyVetoException
-
-