Interface CamelJBangPluginActionBuilder<T extends TestAction,B extends CamelJBangPluginActionBuilder<T,B>>
- All Superinterfaces:
ReferenceResolverAwareBuilder<T,,B> TestActionBuilder<T>
public interface CamelJBangPluginActionBuilder<T extends TestAction,B extends CamelJBangPluginActionBuilder<T,B>>
extends ReferenceResolverAwareBuilder<T,B>, TestActionBuilder<T>
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.citrusframework.TestActionBuilder
TestActionBuilder.DelegatingTestActionBuilder<T extends TestAction> -
Field Summary
Fields inherited from interface org.citrusframework.TestActionBuilder
logger, RESOURCE_PATH, TYPE_RESOLVER -
Method Summary
Modifier and TypeMethodDescriptionadd()Processor calling given Camel route as part of the message processing.Methods inherited from interface org.citrusframework.actions.ReferenceResolverAwareBuilder
withReferenceResolverMethods inherited from interface org.citrusframework.TestActionBuilder
build
-
Method Details
-
add
CamelJBangPluginAddActionBuilder<?,?> add()Processor calling given Camel route as part of the message processing.
-