@Generated(value="org.apache.camel.maven.packaging.EndpointDslMojo") public interface DataSetTestEndpointBuilderFactory
| Modifier and Type | Interface and Description |
|---|---|
static interface |
DataSetTestEndpointBuilderFactory.AdvancedDataSetTestEndpointBuilder
Advanced builder for endpoint for the DataSet Test component.
|
static interface |
DataSetTestEndpointBuilderFactory.DataSetTestBuilders |
static interface |
DataSetTestEndpointBuilderFactory.DataSetTestEndpointBuilder
Builder for endpoint for the DataSet Test component.
|
| Modifier and Type | Method and Description |
|---|---|
static 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.
|
static 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