org.springframework.integration.annotation
Annotation Type Router


@Target(value=METHOD)
@Retention(value=RUNTIME)
@Inherited
@Documented
@Handler
public @interface Router

Indicates that a method is capable of resolving to a channel or channel name based on a message, message payload, message attribute, or message property.

Author:
Mark Fisher