Uses of Class
org.springframework.integration.kafka.dsl.KafkaPointToPointChannelSpec
Package
Description
Provides Spring Integration Java DSL Components support for Apache Kafka.
-
Uses of KafkaPointToPointChannelSpec in org.springframework.integration.kafka.dsl
Modifier and TypeMethodDescriptionstatic KafkaPointToPointChannelSpec
Kafka.channel
(org.springframework.kafka.core.KafkaTemplate<?, ?> template, org.springframework.kafka.config.KafkaListenerContainerFactory<?> containerFactory, String topic) Create a spec for a subscribable channel with the provided parameters.