delimiters

fun delimiters(delimiters: String)

Set delimiters to tokenize String values. The default is 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.

Parameters

delimiters

The delimiters.