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 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.annotation.AnnotatedArgumentBinder
getAnnotationType
Methods inherited from interface io.micronaut.core.bind.ArgumentBinder
bind