Interface StubEndpointBuilderFactory.StubBuilders
- All Known Subinterfaces:
EndpointBuilderFactory
- All Known Implementing Classes:
EndpointRouteBuilder
,EndpointRouteConfigurationBuilder
- Enclosing interface:
StubEndpointBuilderFactory
public static interface StubEndpointBuilderFactory.StubBuilders
-
Method Summary
Modifier and TypeMethodDescriptionStub (camel-stub) Stub out any physical endpoints while in development or testing.Stub (camel-stub) Stub out any physical endpoints while in development or testing.
-
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
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 namepath
- name- Returns:
- the dsl builder
-