Class ScheduledAspect
java.lang.Object
org.hawaiiframework.logging.scheduled.ScheduledAspect
Aspect around @
Scheduled annotation to allow
participating in Kibana tx's.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionwithTransactionId(org.aspectj.lang.ProceedingJoinPoint pjp) Create an around advise for theScheduledannotation.
-
Constructor Details
-
ScheduledAspect
public ScheduledAspect()
-
-
Method Details
-
withTransactionId
Create an around advise for theScheduledannotation.- Parameters:
pjp- The proceeding join point.- Returns:
- The original return value.
- Throws:
Throwable- in case of an error.
-