Package org.openiam.config
Class SchedulingConfiguration
- java.lang.Object
-
- org.openiam.config.AbstractSchedulingConfiguration
-
- org.openiam.config.SchedulingConfiguration
-
- All Implemented Interfaces:
org.springframework.scheduling.annotation.SchedulingConfigurer
@Configuration @EnableAsync @EnableScheduling @EnableTransactionManagement @EnableAspectJAutoProxy(proxyTargetClass=true) public class SchedulingConfiguration extends AbstractSchedulingConfiguration
-
-
Constructor Summary
Constructors Constructor Description SchedulingConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected AuditLogSupplier
getAuditLogSupplier()
-
Methods inherited from class org.openiam.config.AbstractSchedulingConfiguration
batchTaskThreadExecutor, configureTasks, createTaskExecutor, scheduler, taskExecutor, workerTaskExecutor
-
-
-
-
Method Detail
-
getAuditLogSupplier
protected AuditLogSupplier getAuditLogSupplier()
- Specified by:
getAuditLogSupplier
in classAbstractSchedulingConfiguration
-
-