Package io.micronaut.rabbitmq.bind
Interface RabbitTypeArgumentBinder<T>
- Type Parameters:
T
- The type of argument that can be bound
- All Superinterfaces:
io.micronaut.core.bind.ArgumentBinder<T,
,RabbitConsumerState> RabbitArgumentBinder<T>
,io.micronaut.core.bind.TypeArgumentBinder<T,
RabbitConsumerState>
- All Known Implementing Classes:
AcknowledgementBinder
,RabbitAcknowledgementBinder
,RabbitBasicPropertiesBinder
,RabbitChannelBinder
,RabbitEnvelopeBinder
public interface RabbitTypeArgumentBinder<T>
extends io.micronaut.core.bind.TypeArgumentBinder<T,RabbitConsumerState>, RabbitArgumentBinder<T>
An interface for RabbitMQ argument binding based on argument type.
- 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
Methods inherited from interface io.micronaut.core.bind.TypeArgumentBinder
argumentType