Interface ConsumerRecordBinder<T>
- Type Parameters:
T
- The target type
- All Superinterfaces:
io.micronaut.core.bind.ArgumentBinder<T,
ConsumerRecord<?, ?>>
- All Known Subinterfaces:
AnnotatedConsumerRecordBinder<A,
,T> TypedConsumerRecordBinder<T>
- All Known Implementing Classes:
KafkaDefaultBinder
,KafkaHeadersBinder
,KafkaKeyBinder
,KafkaMessageHeaderBinder
,KafkaMessagingBodyBinder
,KafkaPartitionBinder
public interface ConsumerRecordBinder<T>
extends io.micronaut.core.bind.ArgumentBinder<T,ConsumerRecord<?,?>>
Interface for binders that bind method arguments from a
ConsumerRecord
.- Since:
- 1.0
- Author:
- Graeme Rocher
-
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