Package org.apache.camel.spi
Annotation Type InvokeOnHeader
-
@Repeatable(InvokeOnHeaders.class) @Retention(RUNTIME) @Target(METHOD) public @interface InvokeOnHeader
Marks a method as being invoked for a specific header value. This can be used by Component implementations that uses org.apache.camel.support.HeaderSelectorProducer.- See Also:
Message.getHeader(String)
-
-
Element Detail
-
value
String value
Name of header.
-
-