- Type Parameters:
T
- The type of argument that can be bound
- All Superinterfaces:
- io.micronaut.core.bind.ArgumentBinder<T,io.nats.client.Message>, NatsArgumentBinder<T>, io.micronaut.core.bind.TypeArgumentBinder<T,io.nats.client.Message>
- All Known Implementing Classes:
- NatsConnectionBinder, NatsHeadersBinder, NatsMessageBinder, NatsSubscriptionBinder
public interface NatsTypeArgumentBinder<T>
extends io.micronaut.core.bind.TypeArgumentBinder<T,io.nats.client.Message>, NatsArgumentBinder<T>
An interface for Nats argument binding based on argument type.
- Since:
- 3.1.0
- Author:
- James Kleeh, Joachim Grimm