Package io.micronaut.configuration.kafka.bind
package io.micronaut.configuration.kafka.bind
Classes related to binding Kafka
ConsumerRecord
instances to method signatures.- Since:
- 1.0
- Author:
- graemerocher
-
ClassDescriptionInterface for binders that bind method arguments from a
ConsumerRecord
via a annotation.Interface for binders that bind method arguments from aConsumerRecord
.A registry ofConsumerRecordBinder
.The default binder that binds the Kafka value for a ConsumerRecord.Obtains theMessageHeaders
object for Kafka.Binder for binding the parameters that is designated theKafkaKey
.Binds message headers.The default binder that binds the body of a ConsumerRecord.Binder for binding the parameters that is designated theKafkaPartition
.Allows binding by type.