Uses of Class
org.springframework.integration.kafka.channel.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
Modifier 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
Modifier and TypeClassDescriptionclass
AbstractKafkaChannelSpec<S extends AbstractKafkaChannelSpec<S,
C>, C extends AbstractKafkaChannel> Spec for a message channel backed by an Apache Kafka topic.