Uses of Class
org.springframework.integration.kafka.dsl.AbstractKafkaChannelSpec
Packages that use AbstractKafkaChannelSpec
Package
Description
Provides Spring Integration Java DSL Components support for Apache Kafka.
-
Uses of AbstractKafkaChannelSpec in org.springframework.integration.kafka.dsl
Classes in org.springframework.integration.kafka.dsl with type parameters of type AbstractKafkaChannelSpecModifier and TypeClassDescriptionclass
AbstractKafkaChannelSpec<S extends AbstractKafkaChannelSpec<S,
C>, C extends AbstractKafkaChannel> Spec for a message channel backed by an Apache Kafka topic.Subclasses of AbstractKafkaChannelSpec in org.springframework.integration.kafka.dslModifier and TypeClassDescriptionclass
Spec for a point to point channel backed by an Apache Kafka topic.class
Spec for a pollable channel.class
Spec for a publish/subscribe channel backed by an Apache Kafka topic.class
Spec for a subscribable channel.