Class ScheduledConfiguration
java.lang.Object
org.hawaiiframework.logging.config.ScheduledConfiguration
@ConditionalOnProperty(prefix="hawaii.logging.scheduled",
name="enabled",
matchIfMissing=true)
@ConditionalOnClass(name="org.aspectj.lang.ProceedingJoinPoint")
public class ScheduledConfiguration
extends Object
Configuration for adding transaction id's to scheduled methods.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ScheduledConfiguration
public ScheduledConfiguration()
-
-
Method Details
-
scheduledAspect
A scheduled aspect bean.- Returns:
- The scheduled aspect bean.
-