Interface StubEndpointBuilderFactory.StubBuilders

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

public static interface StubEndpointBuilderFactory.StubBuilders
  • Method Details

    • stub

      Stub (camel-stub) Stub out any physical endpoints while in development or testing. Category: core,testing Since: 2.10 Maven coordinates: org.apache.camel:camel-stub Syntax: stub:name Path parameter: name (required) Name of queue
      Parameters:
      path - name
      Returns:
      the dsl builder
    • stub

      default StubEndpointBuilderFactory.StubEndpointBuilder stub(String componentName, String path)
      Stub (camel-stub) Stub out any physical endpoints while in development or testing. Category: core,testing Since: 2.10 Maven coordinates: org.apache.camel:camel-stub Syntax: stub:name Path parameter: name (required) Name of queue
      Parameters:
      componentName - to use a custom component name for the endpoint instead of the default name
      path - name
      Returns:
      the dsl builder