|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@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.
Optional Element Summary | |
---|---|
java.lang.String |
attribute
String value representing the name of the attribute that should be passed into the router method. |
java.lang.String |
property
String value representing the name of the property that should be passed into the router method. |
public abstract java.lang.String property
public abstract java.lang.String attribute
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |