@Generated(value="org.apache.camel.maven.packaging.EndpointDslMojo") public interface DataSetEndpointBuilderFactory
| Modifier and Type | Interface and Description |
|---|---|
static interface |
DataSetEndpointBuilderFactory.AdvancedDataSetEndpointBuilder
Advanced builder for endpoint for the Dataset component.
|
static interface |
DataSetEndpointBuilderFactory.AdvancedDataSetEndpointConsumerBuilder
Advanced builder for endpoint consumers for the Dataset component.
|
static interface |
DataSetEndpointBuilderFactory.AdvancedDataSetEndpointProducerBuilder
Advanced builder for endpoint producers for the Dataset component.
|
static interface |
DataSetEndpointBuilderFactory.DataSetBuilders |
static interface |
DataSetEndpointBuilderFactory.DataSetEndpointBuilder
Builder for endpoint for the Dataset component.
|
static interface |
DataSetEndpointBuilderFactory.DataSetEndpointConsumerBuilder
Builder for endpoint consumers for the Dataset component.
|
static interface |
DataSetEndpointBuilderFactory.DataSetEndpointProducerBuilder
Builder for endpoint producers for the Dataset component.
|
| Modifier and Type | Method and Description |
|---|---|
static DataSetEndpointBuilderFactory.DataSetEndpointBuilder |
dataset(String path)
Dataset (camel-dataset)
The dataset component provides a mechanism to easily perform load & soak
testing of your system.
|
static DataSetEndpointBuilderFactory.DataSetEndpointBuilder dataset(String path)
dataset:name
Path parameter: name (required)
Name of DataSet to lookup in the registryApache Camel