Interface DataSetEndpointBuilderFactory.DataSetBuilders

    • Method Detail

      • dataset

        default DataSetEndpointBuilderFactory.DataSetHeaderNameBuilder 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

        default DataSetEndpointBuilderFactory.DataSetEndpointBuilder dataset​(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:
        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