Interface Checker
-
- All Superinterfaces:
ConfigBeanProxy,ConfigExtension,Container
- All Known Subinterfaces:
ConnectionPoolChecker,CpuUsageChecker,GarbageCollectorChecker,HeapMemoryUsageChecker,HoggingThreadsChecker,MachineMemoryUsageChecker,MicroProfileHealthCheckerConfiguration,MicroProfileMetricsChecker,StuckThreadsChecker,ThresholdDiagnosticsChecker
public interface Checker extends ConfigBeanProxy, ConfigExtension
- Author:
- mertcaliskan
-
-
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 StringgetAddToMicroProfileHealth()StringgetEnabled()StringgetName()@Min(0L) StringgetTime()StringgetUnit()voidsetAddToMicroProfileHealth(String value)voidsetEnabled(String value)voidsetName(String value)voidsetTime(String value)voidsetUnit(String value)-
Methods inherited from interface org.jvnet.hk2.config.ConfigBeanProxy
createChild, deepCopy, getParent, getParent
-
-
-
-
Method Detail
-
getName
String getName()
-
setName
void setName(String value) throws PropertyVetoException
- Throws:
PropertyVetoException
-
getAddToMicroProfileHealth
String getAddToMicroProfileHealth()
-
setAddToMicroProfileHealth
void setAddToMicroProfileHealth(String value) throws PropertyVetoException
- Throws:
PropertyVetoException
-
getEnabled
String getEnabled()
-
setEnabled
void setEnabled(String value) throws PropertyVetoException
- Throws:
PropertyVetoException
-
getTime
@Min(0L) @Min(0L) String getTime()
-
setTime
void setTime(String value) throws PropertyVetoException
- Throws:
PropertyVetoException
-
getUnit
String getUnit()
-
setUnit
void setUnit(String value) throws PropertyVetoException
- Throws:
PropertyVetoException
-
-