Class WatchingAround

  • All Implemented Interfaces:

    @Order(value = WingsOrdered.Lv5Supervisor) 
    public class WatchingAround
    
                        

    AOP-based, stopwatch timing of methods

    Since:

    2022-11-21

    Author:

    trydofor

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
      public long thresholdMillis
    • Constructor Summary

      Constructors 
      Constructor Description
      WatchingAround()
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      long getThresholdMillis()
      void setThresholdMillis(long thresholdMillis)
      Object watchAround(ProceedingJoinPoint joinPoint, Watching watching)
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait