Interface CamelControlBusActionBuilder<T extends TestAction,B extends CamelControlBusActionBuilder<T,B>>
- All Superinterfaces:
ActionBuilder<T,,B> CamelActionBuilderBase<T,,B> CamelRouteActionBuilderBase<T,,B> ReferenceResolverAwareBuilder<T,,B> TestActionBuilder<T>
public interface CamelControlBusActionBuilder<T extends TestAction,B extends CamelControlBusActionBuilder<T,B>>
extends CamelRouteActionBuilderBase<T,B>
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceCamelControlBusActionBuilder.CamelControlBusRouteActionBuilder<T extends TestAction,B extends CamelControlBusActionBuilder<T, B>> 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 TypeMethodDescriptionSets a language expression to execute.Sets the expected result.Sets the expected result.Sets route action to execute.Sets route action to execute.Sets a simple language expression to execute.Methods inherited from interface org.citrusframework.actions.ActionBuilder
actor, description, nameMethods inherited from interface org.citrusframework.actions.camel.CamelActionBuilderBase
context, contextMethods inherited from interface org.citrusframework.actions.camel.CamelRouteActionBuilderBase
routeIds, routesMethods inherited from interface org.citrusframework.actions.ReferenceResolverAwareBuilder
withReferenceResolverMethods inherited from interface org.citrusframework.TestActionBuilder
build
-
Method Details
-
route
Sets route action to execute. -
route
Sets route action to execute. -
simple
Sets a simple language expression to execute. -
language
Sets a language expression to execute. -
result
Sets the expected result. -
result
Sets the expected result.
-