Class ScheduledAspect
- java.lang.Object
-
- org.hawaiiframework.logging.scheduled.ScheduledAspect
-
public class ScheduledAspect extends Object
Aspect around @Scheduled
annotation to allow participating in Kibana tx's.
-
-
Constructor Summary
Constructors Constructor Description ScheduledAspect()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
traceBackgroundThread(org.aspectj.lang.ProceedingJoinPoint pjp)
Create an around advise for theScheduled
annotation.
-