Package io.micronaut.rabbitmq.annotation
Annotation Interface RabbitHeaders
@Documented
@Retention(RUNTIME)
@Target(PARAMETER)
@Bindable
@Inherited
public @interface RabbitHeaders
Denotes a 
Map argument that should be used as a source
 of message headers.- Since:
 - 2.5.0
 - Author:
 - James Kleeh