Class AbstractFetchLimitingMessageSource<T>

Type Parameters:
T - the expected payload type.
All Implemented Interfaces:
Aware, BeanFactoryAware, BeanNameAware, DisposableBean, InitializingBean, MessageSource<T>, IntegrationPattern, NamedComponent, IntegrationInboundManagement, IntegrationManagement, MessageSourceManagement
Direct Known Subclasses:
AbstractInboundFileSynchronizingMessageSource, AbstractRemoteFileStreamingMessageSource

public abstract class AbstractFetchLimitingMessageSource<T>
extends AbstractMessageSource<T>
implements MessageSourceManagement
A message source that can limit the number of remote objects it fetches.
Since:
5.0
Author:
Gary Russell