Uses of Class
org.springframework.integration.kafka.inbound.KafkaMessageSource
Package
Description
Provides classes related to message channel implementations for Apache Kafka.
Provides Spring Integration Java DSL Components support for Apache Kafka.
-
Uses of KafkaMessageSource in org.springframework.integration.kafka.channel
ModifierConstructorDescriptionPollableKafkaChannel
(org.springframework.kafka.core.KafkaOperations<?, ?> template, KafkaMessageSource<?, ?> source) Construct an instance with the provided parameters. -
Uses of KafkaMessageSource 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.ModifierConstructorDescriptionprotected
KafkaPollableChannelSpec
(org.springframework.kafka.core.KafkaTemplate<?, ?> template, KafkaMessageSource<?, ?> source)