Class WatchingAround
-
- All Implemented Interfaces:
@Order(value = WingsOrdered.Lv5Supervisor) public class WatchingAroundAOP-based, stopwatch timing of methods
- Since:
2022-11-21
trydofor
-
-
Field Summary
Fields Modifier and Type Field Description public longthresholdMillis
-
Constructor Summary
Constructors Constructor Description WatchingAround()
-
Method Summary
Modifier and Type Method Description longgetThresholdMillis()voidsetThresholdMillis(long thresholdMillis)ObjectwatchAround(ProceedingJoinPoint joinPoint, Watching watching)-
-
Method Detail
-
getThresholdMillis
long getThresholdMillis()
-
setThresholdMillis
void setThresholdMillis(long thresholdMillis)
-
watchAround
Object watchAround(ProceedingJoinPoint joinPoint, Watching watching)
-
-
-
-