ConsumerRecord instances to method signatures.See: Description
| Interface | Description | 
|---|---|
| AnnotatedConsumerRecordBinder<A extends Annotation,T> | 
 Interface for binders that bind method arguments from a  
ConsumerRecord via a annotation. | 
| ConsumerRecordBinder<T> | 
 Interface for binders that bind method arguments from a  
ConsumerRecord. | 
| TypedConsumerRecordBinder<T> | 
 Allows binding by type. 
 | 
| Class | Description | 
|---|---|
| ConsumerRecordBinderRegistry | 
 A registry of  
ConsumerRecordBinder. | 
| KafkaBodyBinder<T> | 
 The default binder that binds the body of a ConsumerRecord. 
 | 
| KafkaDefaultBinder<T> | 
 The default binder that binds the Kafka value for a ConsumerRecord. 
 | 
| KafkaHeaderBinder<T> | 
 Binds Kafka headers to arguments. 
 | 
| KafkaHeadersBinder | 
 Obtains the  
MessageHeaders object for Kafka. | 
| KafkaKeyBinder<T> | 
 Binder for binding the parameters that is designated the  
KafkaKey. | 
| KafkaMessagingBodyBinder<T> | 
 The default binder that binds the body of a ConsumerRecord. 
 | 
ConsumerRecord instances to method signatures.