@Retention(value=RUNTIME) @Documented @Target(value={FIELD,METHOD,CONSTRUCTOR}) public @interface DynamicRouter
Exchange is received from an Endpoint then the
Bean Integration
mechanism is used to map the incoming Message to the method parameters.
The return value of the method is then converted to either a Collection or array of objects where each
element is converted to an Endpoint or a String, or if it is not a collection/array then it is converted
to an Endpoint or String.
Then for each endpoint or URI the message is routed in a pipes and filter fashion.RoutingSlip| Modifier and Type | Optional Element and Description |
|---|---|
String |
context |
String |
delimiter |
boolean |
ignoreInvalidEndpoints |
public abstract boolean ignoreInvalidEndpoints
Apache Camel