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 Details

    • ScheduledAspect

      public ScheduledAspect()
  • Method Details

    • withTransactionId

      public Object withTransactionId(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.