blob: d1c80cafc132fdcdbd7504520640477053347986 [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>
wasala6930f1f2018-04-05 15:01:38 +020013 <task:scheduled ref="scheduleController" method="startTask"
wasala961af3e2018-03-27 13:02:10 +020014 fixed-rate="1000"/>
15 </task:scheduled-tasks>
16</beans>