- Type Parameters:
A
- The annotation that must exist on the argument
- All Superinterfaces:
- io.micronaut.core.bind.annotation.AnnotatedArgumentBinder<A,Object,RabbitConsumerState>, io.micronaut.core.bind.ArgumentBinder<Object,RabbitConsumerState>, RabbitArgumentBinder<Object>
- All Known Implementing Classes:
- RabbitBodyBinder, RabbitHeaderBinder, RabbitPropertyBinder
public interface RabbitAnnotatedArgumentBinder<A extends Annotation>
extends io.micronaut.core.bind.annotation.AnnotatedArgumentBinder<A,Object,RabbitConsumerState>, RabbitArgumentBinder<Object>
An interface for RabbitMQ argument binding based on an annotation.
- Since:
- 1.1.0
- Author:
- James Kleeh