Package io.micronaut.rabbitmq.bind
Interface RabbitAnnotatedArgumentBinder<A extends Annotation>
- 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,RabbitHeadersBinder,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
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.micronaut.core.bind.ArgumentBinder
io.micronaut.core.bind.ArgumentBinder.BindingResult<T extends Object> -
Method Summary
Methods inherited from interface io.micronaut.core.bind.annotation.AnnotatedArgumentBinder
getAnnotationTypeMethods inherited from interface io.micronaut.core.bind.ArgumentBinder
bind