Package io.micronaut.nats.bind
Interface NatsAnnotatedArgumentBinder<A extends Annotation>
- Type Parameters:
- A- The annotation that must exist on the argument
- All Superinterfaces:
- io.micronaut.core.bind.annotation.AnnotatedArgumentBinder<A,,- Object, - io.nats.client.Message> - io.micronaut.core.bind.ArgumentBinder<Object,,- io.nats.client.Message> - NatsArgumentBinder<Object>
- All Known Implementing Classes:
- NatsBodyBinder,- NatsHeaderBinder
public interface NatsAnnotatedArgumentBinder<A extends Annotation>
extends io.micronaut.core.bind.annotation.AnnotatedArgumentBinder<A,Object,io.nats.client.Message>, NatsArgumentBinder<Object>  
An interface for nats argument binding based on an annotation.
- Since:
- 1.0.0
- Author:
- jgrimm
- 
Nested Class SummaryNested classes/interfaces inherited from interface io.micronaut.core.bind.ArgumentBinderio.micronaut.core.bind.ArgumentBinder.BindingResult<T extends Object>
- 
Method SummaryMethods inherited from interface io.micronaut.core.bind.annotation.AnnotatedArgumentBindergetAnnotationTypeMethods inherited from interface io.micronaut.core.bind.ArgumentBinderbind, createSpecific