Package io.micronaut.nats.bind
Interface NatsTypeArgumentBinder<T>
- 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:
AcknowledgementBinder
,NatsAcknowledgementBinder
,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
-
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