Package io.micronaut.rabbitmq.bind
Interface RabbitArgumentBinder<T>
- Type Parameters:
T- The type of argument to be bound
- All Superinterfaces:
io.micronaut.core.bind.ArgumentBinder<T,RabbitConsumerState>
- All Known Subinterfaces:
RabbitAnnotatedArgumentBinder<A>,RabbitTypeArgumentBinder<T>
- All Known Implementing Classes:
AcknowledgementBinder,RabbitAcknowledgementBinder,RabbitBasicPropertiesBinder,RabbitBodyBinder,RabbitChannelBinder,RabbitDefaultBinder,RabbitEnvelopeBinder,RabbitHeaderBinder,RabbitHeadersBinder,RabbitPropertyBinder
public interface RabbitArgumentBinder<T>
extends io.micronaut.core.bind.ArgumentBinder<T,RabbitConsumerState>
An interface for RabbitMQ argument binding.
- 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.ArgumentBinder
bind