Package io.micronaut.gcp.pubsub.bind
Interface PubSubAnnotatedArgumentBinder<A extends Annotation>
- Type Parameters:
A
- The annotation that must exist on the argument
- All Superinterfaces:
io.micronaut.core.bind.annotation.AnnotatedArgumentBinder<A,
,Object, PubSubConsumerState> io.micronaut.core.bind.ArgumentBinder<Object,
,PubSubConsumerState> PubSubArgumentBinder<Object>
- All Known Implementing Classes:
PubSubBodyBinder
,PubSubHeaderBinder
,PubSubMessageIdBinder
public interface PubSubAnnotatedArgumentBinder<A extends Annotation>
extends io.micronaut.core.bind.annotation.AnnotatedArgumentBinder<A,Object,PubSubConsumerState>, PubSubArgumentBinder<Object>
An interface for PubSub argument binding based on an annotation.
- Since:
- 2.0.0
- Author:
- Vinicius Carvalho
-
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