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