Annotation Interface EventHeaders


@Target(PARAMETER) @Retention(RUNTIME) @Documented public @interface EventHeaders
Annotation which indicates that a method parameter should be bound to the event headers of a message. The annotated parameter must be assignable to Map with String keys and Object values.