Interface CamelActionBuilderBase<T extends TestAction,B extends TestActionBuilder<T>>
- All Superinterfaces:
ActionBuilder<T,,B> ReferenceResolverAwareBuilder<T,,B> TestActionBuilder<T>
- All Known Subinterfaces:
CamelControlBusActionBuilder<T,,B> CamelCreateComponentActionBuilder<T,,B> CamelCreateContextActionBuilder<T,,B> CamelCreateRouteActionBuilder<T,,B> CamelInfraRunActionBuilder<T,,B> CamelInfraStopActionBuilder<T,,B> CamelRemoveRouteActionBuilder<T,,B> CamelRouteActionBuilderBase<T,,B> CamelStartContextActionBuilder<T,,B> CamelStartRouteActionBuilder<T,,B> CamelStopContextActionBuilder<T,,B> CamelStopRouteActionBuilder<T,B>
public interface CamelActionBuilderBase<T extends TestAction,B extends TestActionBuilder<T>>
extends ActionBuilder<T,B>, TestActionBuilder<T>, ReferenceResolverAwareBuilder<T,B>
-
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
Methods inherited from interface org.citrusframework.actions.ActionBuilder
actor, description, nameMethods inherited from interface org.citrusframework.actions.ReferenceResolverAwareBuilder
withReferenceResolverMethods inherited from interface org.citrusframework.TestActionBuilder
build
-
Method Details
-
context
Resolves the Camel context by its name from bean registry. -
context
Sets the Camel context.
-