Package org.springframework.integration.kafka.channel
Provides classes related to message channel implementations for Apache Kafka.
-
Class Summary Class Description AbstractKafkaChannel Abstract MessageChannel backed by an Apache Kafka topic.PollableKafkaChannel Pollable channel backed by an Apache Kafka topic.PublishSubscribeKafkaChannel Publish/subscribe channel backed by an Apache Kafka topic.SubscribableKafkaChannel Subscribable channel backed by an Apache Kafka topic.