Uses of Class
org.apache.camel.component.dataset.DataSetSupport
-
-
Uses of DataSetSupport in org.apache.camel.component.dataset
Subclasses of DataSetSupport in org.apache.camel.component.dataset Modifier and Type Class Description classFileDataSetA DataSet that reads payloads from a file that are used to create each message exchange along with using a pluggable transformer to customize the messages.classListDataSetA DataSet that allows a list of static payloads to be used to create each message exchange along with using a pluggable transformer to customize the messages.classSimpleDataSetA simple DataSet that allows a static payload to be used to create each message exchange along with using a pluggable transformer to randomize the message.
-