Interface TypedConsumerRecordBinder<T>

Type Parameters:
T - The target type
All Superinterfaces:
io.micronaut.core.bind.ArgumentBinder<T,ConsumerRecord<?,?>>, ConsumerRecordBinder<T>, io.micronaut.core.bind.TypeArgumentBinder<T,ConsumerRecord<?,?>>
All Known Implementing Classes:
KafkaHeadersBinder

public interface TypedConsumerRecordBinder<T> extends io.micronaut.core.bind.TypeArgumentBinder<T,ConsumerRecord<?,?>>, ConsumerRecordBinder<T>
Allows binding by type.
Since:
1.0
Author:
graemerocher
  • 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