Class ByteStreamWritingMessageHandler

All Implemented Interfaces:
org.reactivestreams.Subscriber<Message<?>>, Aware, BeanFactoryAware, BeanNameAware, DisposableBean, InitializingBean, ApplicationContextAware, Ordered, ComponentSourceAware, ExpressionCapable, Orderable, IntegrationPattern, NamedComponent, IntegrationManagement, TrackableComponent, MessageHandler, reactor.core.CoreSubscriber<Message<?>>

@Deprecated(forRemoval=true, since="7.0") public class ByteStreamWritingMessageHandler extends ByteStreamWritingMessageHandler
Deprecated, for removal: This API element is subject to removal in a future version.
since 7.0 in favor of ByteStreamWritingMessageHandler
A MessageHandler that writes a byte array to an OutputStream.
Author:
Mark Fisher, Gary Russell, Ngoc Nhan
  • Constructor Details

    • ByteStreamWritingMessageHandler

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

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