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
  • 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.ArgumentBinder

    bind

    Methods inherited from interface io.micronaut.core.bind.TypeArgumentBinder

    argumentType