Package org.cyclos.bootstrap
Class ServicesConfiguration
- java.lang.Object
-
- org.cyclos.bootstrap.ServicesConfiguration
-
- All Implemented Interfaces:
SchedulingConfigurer
@Configuration @EnableAsync @EnableScheduling @ComponentScan(basePackageClasses={ImplPackage.class,SecurityPackage.class}, excludeFilters=, nameGenerator=ServicesBeanNameGenerator.class) public class ServicesConfiguration extends Object implements SchedulingConfigurer
Spring configuration for service implementations, handlers and security components
-
-
Constructor Summary
Constructors Constructor Description ServicesConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidconfigureTasks(ScheduledTaskRegistrar taskRegistrar)MailHandlermailHandler()TaskSchedulertaskScheduler()
-
-
-
Method Detail
-
configureTasks
public void configureTasks(ScheduledTaskRegistrar taskRegistrar)
- Specified by:
configureTasksin interfaceSchedulingConfigurer
-
mailHandler
@Bean public MailHandler mailHandler() throws Exception
- Throws:
Exception
-
taskScheduler
@Bean public TaskScheduler taskScheduler()
-
-