public interface HealthCheckServiceConfiguration extends ConfigBeanProxy, 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() |
<T extends Notifier> |
getNotifierByType(Class<T> type) |
List<Notifier> |
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)
@DuckTyped <T extends Notifier> T getNotifierByType(Class<T> type)
Copyright © 2019. All rights reserved.