public static interface DataSetTestEndpointBuilderFactory.DataSetTestBuilders
| Modifier and Type | Method and Description |
|---|---|
default DataSetTestEndpointBuilderFactory.DataSetTestEndpointBuilder |
datasetTest(String path)
DataSet Test (camel-dataset)
The dataset-test component extends the mock component by on startup
to pull messages from another endpoint to set the expected message
bodies.
|
default DataSetTestEndpointBuilderFactory.DataSetTestEndpointBuilder datasetTest(String path)
dataset-test:name
Path parameter: name (required)
Name of endpoint to lookup in the registry to use for polling
messages used for testingApache Camel