Interface StubComponentBuilderFactory
@Generated("org.apache.camel.maven.packaging.ComponentDslMojo")
public interface StubComponentBuilderFactory
Stub out any physical endpoints while in development or testing.
Generated by camel-package-maven-plugin - do not edit this file!
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interface
Builder for the Stub component.static class
-
Method Summary
Static MethodsModifier and TypeMethodDescriptionstub()
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- Returns:
- the dsl builder
-