public interface HealthCheckServiceConfiguration extends ConfigExtension
| Modifier and Type | Interface and Description |
|---|---|
static class |
HealthCheckServiceConfiguration.Duck |
| Modifier and Type | Method and Description |
|---|---|
void |
enabled(String value) |
<T extends Checker> |
getCheckerByType(Class<T> type) |
List<Checker> |
getCheckerList() |
String |
getEnabled() |
String |
getHistoricalTraceEnabled() |
@Min(value=0L) String |
getHistoricalTraceStoreSize() |
String |
getHistoricalTraceStoreTimeout() |
List<String> |
getNotifierList() |
void |
setHistoricalTraceEnabled(String value) |
void |
setHistoricalTraceStoreSize(String value) |
void |
setHistoricalTraceStoreTimeout(String value) |
createChild, deepCopy, getParent, getParentString getEnabled()
void enabled(String value) throws PropertyVetoException
PropertyVetoExceptionString getHistoricalTraceEnabled()
void setHistoricalTraceEnabled(String value) throws PropertyVetoException
PropertyVetoException@Min(value=0L) @Min(value=0L) String getHistoricalTraceStoreSize()
void setHistoricalTraceStoreSize(String value) throws PropertyVetoException
PropertyVetoExceptionString getHistoricalTraceStoreTimeout()
void setHistoricalTraceStoreTimeout(String value) throws PropertyVetoException
PropertyVetoException@DuckTyped <T extends Checker> T getCheckerByType(Class<T> type)
Copyright © 2021. All rights reserved.