Interface DataSetTestEndpointBuilderFactory.DataSetTestBuilders

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

public static interface DataSetTestEndpointBuilderFactory.DataSetTestBuilders
  • Method Details

    • datasetTest

      DataSet Test (camel-dataset) Extends the mock component by pulling messages from another endpoint on startup to set the expected message bodies. Category: core,testing Since: 1.3 Maven coordinates: org.apache.camel:camel-dataset Syntax: dataset-test:name Path parameter: name (required) Name of endpoint to lookup in the registry to use for polling messages used for testing
      Parameters:
      path - name
      Returns:
      the dsl builder
    • datasetTest

      DataSet Test (camel-dataset) Extends the mock component by pulling messages from another endpoint on startup to set the expected message bodies. Category: core,testing Since: 1.3 Maven coordinates: org.apache.camel:camel-dataset Syntax: dataset-test:name Path parameter: name (required) Name of endpoint to lookup in the registry to use for polling messages used for testing
      Parameters:
      componentName - to use a custom component name for the endpoint instead of the default name
      path - name
      Returns:
      the dsl builder