Class ByteStreamReadingMessageSource

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

@Deprecated(forRemoval=true, since="7.0") public class ByteStreamReadingMessageSource extends ByteStreamReadingMessageSource
Deprecated, for removal: This API element is subject to removal in a future version.
since 7.0 in favor of ByteStreamReadingMessageSource
A pollable source for receiving bytes from an InputStream.
Author:
Mark Fisher, Artem Bilan, Christian Tzolov, Ngoc Nhan
  • Constructor Details

    • ByteStreamReadingMessageSource

      public ByteStreamReadingMessageSource(InputStream stream)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • ByteStreamReadingMessageSource

      public ByteStreamReadingMessageSource(InputStream stream, int bufferSize)
      Deprecated, for removal: This API element is subject to removal in a future version.