See: Description
| Interface | Description |
|---|---|
| DataSet |
Represents a strategy for testing endpoints with canned data.
|
| Class | Description |
|---|---|
| DataSetComponent |
Component for DataSet.
|
| DataSetComponentConfigurer |
Generated by camel build tools - do NOT edit this file!
|
| DataSetConsumer |
DataSet consumer.
|
| DataSetEndpoint |
Provide data for load & soak testing of your Camel application.
|
| DataSetEndpointConfigurer |
Generated by camel build tools - do NOT edit this file!
|
| DataSetEndpointUriFactory |
Generated by camel build tools - do NOT edit this file!
|
| DataSetSupport |
Base class for DataSet
|
| DataSetTestComponent |
The DataSet Test Component is for simplifying unit and integration
tests.
|
| DataSetTestComponentConfigurer |
Generated by camel build tools - do NOT edit this file!
|
| DataSetTestEndpoint |
Extends the mock component by pulling messages from another endpoint on startup to set the expected message bodies.
|
| DataSetTestEndpointConfigurer |
Generated by camel build tools - do NOT edit this file!
|
| DataSetTestEndpointUriFactory |
Generated by camel build tools - do NOT edit this file!
|
| 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