blob: 91919aa21dc736b1efa4eaee5e31cc15c5094e2f [file] [log] [blame]
wasala961af3e2018-03-27 13:02:10 +02001<?xml version="1.0" encoding="UTF-8"?>
2<beans xmlns="http://www.springframework.org/schema/beans"
3 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4 xmlns:task="http://www.springframework.org/schema/task"
5 xmlns:context="http://www.springframework.org/schema/context"
6 xsi:schemaLocation="http://www.springframework.org/schema/task http://www.springframework.org/schema/task/spring-task-4.0.xsd
7 http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd
8 http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context-4.0.xsd">
9
10 <context:component-scan
11 base-package="org.onap.dcaegen2.services.prh"/>
12 <task:scheduled-tasks>
wasala5fbcb632018-04-18 15:21:56 +020013 <task:scheduled ref="scheduleController" method="startTasks"
wasala961af3e2018-03-27 13:02:10 +020014 fixed-rate="1000"/>
15 </task:scheduled-tasks>
16</beans>