@Target(value=METHOD) @Retention(value=RUNTIME) @Documented public @interface Filter
A method annotated with @Filter may accept a parameter of type
Message
or of the expected
Message payload's type. Any type conversion supported by default or any
Converters registered with the "integrationConversionService" bean will be
applied to the Message payload if necessary. Header values can also be passed
as Message parameters by using the @Header
parameter annotation.
The return type of the annotated method must be a boolean (or Boolean).
Modifier and Type | Optional Element and Description |
---|---|
String[] |
adviceChain |
boolean |
discardWithinAdvice |
String |
inputChannel |
String |
outputChannel |
Copyright © 2016. All rights reserved.