Class ScheduledAspect


  • public class ScheduledAspect
    extends Object
    Aspect around @Scheduled annotation to allow participating in Kibana tx's.
    • Constructor Detail

      • ScheduledAspect

        public ScheduledAspect()
    • Method Detail

      • traceBackgroundThread

        public Object traceBackgroundThread​(org.aspectj.lang.ProceedingJoinPoint pjp)
                                     throws Throwable
        Create an around advise for the Scheduled annotation.
        Parameters:
        pjp - The proceeding join point.
        Returns:
        The original return value.
        Throws:
        Throwable - in case of an error.