ConsumerRecord
instances to method signatures.See: Description
Interface | Description |
---|---|
AnnotatedConsumerRecordBinder<A extends java.lang.annotation.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 . |
KafkaDefaultBinder<T> |
The default binder that binds the Kafka value for a ConsumerRecord.
|
KafkaHeadersBinder |
Obtains the
MessageHeaders object for Kafka. |
KafkaKeyBinder<T> |
Binder for binding the parameters that is designated the
KafkaKey . |
KafkaMessageHeaderBinder<T> |
Binds message headers.
|
KafkaMessagingBodyBinder<T> |
The default binder that binds the body of a ConsumerRecord.
|
KafkaPartitionBinder<T> |
Binder for binding the parameters that is designated the
KafkaPartition . |
ConsumerRecord
instances to method signatures.