Interface DataSetEndpointBuilderFactory.DataSetBuilders

All Known Subinterfaces:
EndpointBuilderFactory
All Known Implementing Classes:
EndpointRouteBuilder, EndpointRouteConfigurationBuilder
Enclosing interface:
DataSetEndpointBuilderFactory

public static interface DataSetEndpointBuilderFactory.DataSetBuilders
  • Method Details

    • dataset

      Dataset (camel-dataset) Provide data for load and soak testing of your Camel application. Category: core,testing Since: 1.3 Maven coordinates: org.apache.camel:camel-dataset
      Returns:
      the dsl builder for the headers' name.
    • dataset

      Dataset (camel-dataset) Provide data for load and soak testing of your Camel application. Category: core,testing Since: 1.3 Maven coordinates: org.apache.camel:camel-dataset Syntax: dataset:name Path parameter: name (required) Name of DataSet to lookup in the registry
      Parameters:
      path - name
      Returns:
      the dsl builder
    • dataset

      default DataSetEndpointBuilderFactory.DataSetEndpointBuilder dataset(String componentName, String path)
      Dataset (camel-dataset) Provide data for load and soak testing of your Camel application. Category: core,testing Since: 1.3 Maven coordinates: org.apache.camel:camel-dataset Syntax: dataset:name Path parameter: name (required) Name of DataSet to lookup in the registry
      Parameters:
      componentName - to use a custom component name for the endpoint instead of the default name
      path - name
      Returns:
      the dsl builder