Uses of Class
org.springframework.integration.kafka.dsl.KafkaPollableChannelSpec
Package
Description
Provides Spring Integration Java DSL Components support for Apache Kafka.
-
Uses of KafkaPollableChannelSpec in org.springframework.integration.kafka.dsl
Modifier and TypeMethodDescriptionstatic KafkaPollableChannelSpec
Kafka.pollableChannel
(org.springframework.kafka.core.KafkaTemplate<?, ?> template, KafkaMessageSource<?, ?> source) Create a spec for a pollable channel with the provided parameters.