See: Description
| Interface | Description |
|---|---|
| DataSet |
Represents a strategy for testing endpoints with canned data.
|
| Class | Description |
|---|---|
| DataSetComponent |
Component for DataSet.
|
| DataSetConsumer |
DataSet consumer.
|
| DataSetEndpoint |
The dataset component provides a mechanism to easily perform load & soak testing of your system.
|
| DataSetSupport |
Base class for DataSet
|
| FileDataSet |
A 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.
|
| ListDataSet |
A 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.
|
| SimpleDataSet |
A 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.
|
Apache Camel