org.springframework.integration.adapter
Interface PollableSource<T>

All Known Implementing Classes:
ByteStreamSource, CharacterStreamSource, FileSource, JmsPollableSource, MethodInvokingSource

public interface PollableSource<T>

Interface for any external data source that can be polled.

Author:
Mark Fisher

Method Summary
 java.util.Collection<T> poll(int limit)
           
 

Method Detail

poll

java.util.Collection<T> poll(int limit)