Class WarlockWatchingConfiguration
-
- All Implemented Interfaces:
@Configuration(proxyBeanMethods = false)@ConditionalWingsEnabled(abs = WarlockEnabledProp.Key$watching, value = false) public class WarlockWatchingConfiguration
- Since:
2019-12-01
trydofor
-
-
Constructor Summary
Constructors Constructor Description WarlockWatchingConfiguration()
-
Method Summary
Modifier and Type Method Description DefaultExecuteListenerProviderslowSqlJooqListener(WarlockWatchingProp prop)WatchingAroundwatchingAround(WarlockWatchingProp prop)-
-
Method Detail
-
slowSqlJooqListener
@Bean()@ConditionalWingsEnabled()@ConditionalOnExpression(value = "${" + WarlockWatchingProp.Key$jooqThreshold + ":-1} >=0") DefaultExecuteListenerProvider slowSqlJooqListener(WarlockWatchingProp prop)
-
watchingAround
@Bean()@ConditionalWingsEnabled()@ConditionalOnExpression(value = "${" + WarlockWatchingProp.Key$serviceThreshold + ":-1} >=0") WatchingAround watchingAround(WarlockWatchingProp prop)
-
-
-
-