Package io.micronaut.gcp.pubsub.bind
Interface PubSubTypeArgumentBinder<T>
-
- Type Parameters:
T
- The type of argument that can be bound
- All Superinterfaces:
io.micronaut.core.bind.ArgumentBinder<T,PubSubConsumerState>
,PubSubArgumentBinder<T>
,io.micronaut.core.bind.TypeArgumentBinder<T,PubSubConsumerState>
- All Known Implementing Classes:
PubSubAcknowledgementBinder
public interface PubSubTypeArgumentBinder<T> extends io.micronaut.core.bind.TypeArgumentBinder<T,PubSubConsumerState>, PubSubArgumentBinder<T>
An interface for PubSub argument binding based on argument type.- Since:
- 2.0.0
- Author:
- Vinicius Carvalho