Annotation Type Keyed


@Target(PARAMETER) @Retention(RUNTIME) public @interface Keyed
Annotation allowing to specify the class of the KeyValueExtractor to be used. When used, it by-pass the extractor lookup (based on KeyValueExtractor.canExtract(Message, Type, Type) and Prioritized).
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description