S
- the target SplitterEndpointSpec
implementation type.public final class SplitterEndpointSpec<S extends org.springframework.integration.splitter.AbstractMessageSplitter> extends ConsumerEndpointSpec<SplitterEndpointSpec<S>,S>
ConsumerEndpointSpec
for a AbstractMessageSplitter
implementations.adviceChain
componentToRegister, endpointFactoryBean, handler
logger, PARSER, target
Modifier and Type | Method and Description |
---|---|
SplitterEndpointSpec<S> |
applySequence(boolean applySequence)
Set the applySequence flag to the specified value.
|
SplitterEndpointSpec<S> |
delimiters(java.lang.String delimiters)
Set delimiters to tokenize String values.
|
advice, async, autoStartup, order, phase, poller, requiresReply, sendTimeout, transactional, transactional, transactional, transactional, transactional
assertHandler, doGet, getComponentsToRegister, id, poller, poller
_this, get, getId, getObject, getObjectType, isSingleton
public SplitterEndpointSpec<S> applySequence(boolean applySequence)
true
.applySequence
- the applySequence.AbstractMessageSplitter.setApplySequence(boolean)
public SplitterEndpointSpec<S> delimiters(java.lang.String delimiters)
null
indicating that no tokenizing should occur.
If delimiters are provided, they will be applied to any String payload.
Only applied if provided splitter
is instance of DefaultMessageSplitter
.delimiters
- The delimiters.DefaultMessageSplitter.setDelimiters(String)