org.apache.camel
Annotation Type RecipientList


@Retention(value=RUNTIME)
@Documented
@Target(value={FIELD,METHOD,CONSTRUCTOR})
public @interface RecipientList

Indicates that this method is to be used as a Dynamic Recipient List routing the incoming message to one or more endpoints. When a message 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 forwarded a separate copy.

Version:
$Revision: 788297 $

Optional Element Summary
 String context
           
 

context

public abstract String context
Default:
""


Apache CAMEL