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