Skip to main content

Crate camel_builder

Crate camel_builder 

Source

Structs§

ChoiceBuilder
Builder for a .choice().end_choice() block.
FilterBuilder
Builder for the sub-pipeline within a .filter().end_filter() block.
FilterInSplitBuilder
Builder for a filter scope nested inside a .split() block.
LoadBalancerBuilder
Builder for the sub-pipeline within a .load_balance().end_load_balance() block.
MulticastBuilder
Builder for the sub-pipeline within a .multicast().end_multicast() block.
OtherwiseBuilder
Builder for the sub-pipeline within an .otherwise().end_otherwise() block.
RouteBuilder
A fluent builder for constructing routes.
SplitBuilder
Builder for the sub-pipeline within a .split().end_split() block.
ThrottleBuilder
Builder for the sub-pipeline within a .throttle().end_throttle() block.
WhenBuilder
Builder for the sub-pipeline within a .when().end_when() block.

Traits§

StepAccumulator
Shared step-accumulation methods for all builder types.