http://jira.springframework.org/browse/INT-157
Type: Posts; User: markn; Keyword(s):
http://jira.springframework.org/browse/INT-157
Ok, so I have this working:
<source-adapter channel="events" method="hoover" ref="task-hoover" period="3000"/>
<beans:bean id="task-hoover" class="stockroom.TaskHoover" />
TaskHoover has a...
I want to have a class implementing this interface but it isn't recognised using the source-adapter ref attribute. It seems I can wire a method up such as T getData().
Under the covers, the...