wasala | 961af3e | 2018-03-27 13:02:10 +0200 | [diff] [blame] | 1 | <?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> |
wasala | 5fbcb63 | 2018-04-18 15:21:56 +0200 | [diff] [blame] | 13 | <task:scheduled ref="scheduleController" method="startTasks" |
wasala | 961af3e | 2018-03-27 13:02:10 +0200 | [diff] [blame] | 14 | fixed-rate="1000"/> |
| 15 | </task:scheduled-tasks> |
| 16 | </beans> |