- Type Parameters:
A
- The annotation that must exist on the argument
- All Superinterfaces:
- io.micronaut.core.bind.annotation.AnnotatedArgumentBinder<A,java.lang.Object,io.nats.client.Message>, io.micronaut.core.bind.ArgumentBinder<java.lang.Object,io.nats.client.Message>, NatsArgumentBinder<java.lang.Object>
- All Known Implementing Classes:
- NatsBodyBinder
public interface NatsAnnotatedArgumentBinder<A extends java.lang.annotation.Annotation>
extends io.micronaut.core.bind.annotation.AnnotatedArgumentBinder<A,java.lang.Object,io.nats.client.Message>, NatsArgumentBinder<java.lang.Object>
An interface for nats argument binding based on an annotation.
- Since:
- 1.0.0
- Author:
- jgrimm