Class ByteStreamReadingMessageSource

All Implemented Interfaces:
Aware, BeanFactoryAware, BeanNameAware, DisposableBean, InitializingBean, MessageSource<byte[]>, IntegrationPattern, NamedComponent, IntegrationInboundManagement, IntegrationManagement

public class ByteStreamReadingMessageSource
extends AbstractMessageSource<byte[]>
A pollable source for receiving bytes from an InputStream.
Author:
Mark Fisher, Artem Bilan