Package org.springframework.integration.kafka.outbound
Provides Spring Integration outbound components for Apache Kafka.
-
Interface Summary Interface Description KafkaProducerMessageHandler.ProducerRecordCreator<K,V> Creates aProducerRecord
from aMessage
and/or properties derived from configuration and/or the message. -
Class Summary Class Description KafkaProducerMessageHandler<K,V> A Message Handler for Apache Kafka; when supplied with aReplyingKafkaTemplate
it is used as the handler in an outbound gateway.