Search:

Type: Posts; User: markn; Keyword(s):

Search: Search took 0.02 seconds.

  1. Thread: PollableSource

    by markn
    Replies
    6
    Views
    1,848

    JIRA raised

    http://jira.springframework.org/browse/INT-157
  2. Thread: PollableSource

    by markn
    Replies
    6
    Views
    1,848

    Code sample

    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...
  3. Thread: PollableSource

    by markn
    Replies
    6
    Views
    1,848

    PollableSource

    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...
Results 1 to 3 of 3