Class WarlockWatchingProp
-
- All Implemented Interfaces:
@ConfigurationProperties(value = WarlockWatchingProp.Key) public class WarlockWatchingProp
wings-warlock-watching-77.properties code tracking , default `-1` means disable; `0` means fully enable. - Controller layer is implemented by Interceptor - Service dependency annotation @Watching - Jooq layer, depends on listener- Since:
2021-10-09
trydofor
-
-
Field Summary
Fields Modifier and Type Field Description public final static StringKeypublic longjooqThresholdpublic final static StringKey$jooqThresholdpublic longserviceThresholdpublic final static StringKey$serviceThresholdpublic longcontrollerThresholdpublic final static StringKey$controllerThreshold
-
Constructor Summary
Constructors Constructor Description WarlockWatchingProp()
-
Method Summary
Modifier and Type Method Description longgetJooqThreshold()threshold millis for jooq execution. voidsetJooqThreshold(long jooqThreshold)threshold millis for jooq execution. longgetServiceThreshold()threshold millis for Watching annotation. voidsetServiceThreshold(long serviceThreshold)threshold millis for Watching annotation. longgetControllerThreshold()threshold millis for Controller. voidsetControllerThreshold(long controllerThreshold)threshold millis for Controller. booleanequals(@Nullable() Object o)inthashCode()StringtoString()-
-
Method Detail
-
getJooqThreshold
long getJooqThreshold()
threshold millis for jooq execution.
-
setJooqThreshold
void setJooqThreshold(long jooqThreshold)
threshold millis for jooq execution.
-
getServiceThreshold
long getServiceThreshold()
threshold millis for Watching annotation.
-
setServiceThreshold
void setServiceThreshold(long serviceThreshold)
threshold millis for Watching annotation.
-
getControllerThreshold
long getControllerThreshold()
threshold millis for Controller.
-
setControllerThreshold
void setControllerThreshold(long controllerThreshold)
threshold millis for Controller.
-
hashCode
int hashCode()
-
-
-
-