Class DefaultMessageSplitter

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

public class DefaultMessageSplitter extends AbstractMessageSplitter
The default Message Splitter implementation. Returns individual Messages after receiving an array or Collection. If a value is provided for the 'delimiters' property, then String payloads will be tokenized based on those delimiters.
Author:
Mark Fisher, Glenn Renfro