Uses of Class
org.springframework.integration.kafka.channel.AbstractKafkaChannel
Packages that use AbstractKafkaChannel
Package
Description
Provides classes related to message channel implementations for Apache Kafka.
Provides Spring Integration Java DSL Components support for Apache Kafka.
-
Uses of AbstractKafkaChannel in org.springframework.integration.kafka.channel
Subclasses of AbstractKafkaChannel in org.springframework.integration.kafka.channelModifier and TypeClassDescriptionclass
Pollable channel backed by an Apache Kafka topic.class
Publish/subscribe channel backed by an Apache Kafka topic.class
Subscribable channel backed by an Apache Kafka topic. -
Uses of AbstractKafkaChannel in org.springframework.integration.kafka.dsl
Classes in org.springframework.integration.kafka.dsl with type parameters of type AbstractKafkaChannelModifier and TypeClassDescriptionclass
AbstractKafkaChannelSpec<S extends AbstractKafkaChannelSpec<S,
C>, C extends AbstractKafkaChannel> Spec for a message channel backed by an Apache Kafka topic.