Class ScheduledConfiguration
- java.lang.Object
-
- org.hawaiiframework.logging.config.ScheduledConfiguration
-
@ConditionalOnClass(name="org.aspectj.lang.ProceedingJoinPoint") public class ScheduledConfiguration extends Object
Configuration for adding transaction id's to scheduled methods.
-
-
Constructor Summary
Constructors Constructor Description ScheduledConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ScheduledAspect
scheduledAspect()
-
-
-
Method Detail
-
scheduledAspect
@Bean public ScheduledAspect scheduledAspect()
-
-