Uses of Class
org.springframework.integration.kafka.inbound.KafkaMessageSource
Packages that use 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.channelConstructors in org.springframework.integration.kafka.channel with parameters of type KafkaMessageSourceModifierConstructorDescriptionPollableKafkaChannel(org.springframework.kafka.core.KafkaOperations<?, ?> template, KafkaMessageSource<?, ?> source) Construct an instance with the provided parameters.
- 
Uses of KafkaMessageSource in org.springframework.integration.kafka.dslMethods in org.springframework.integration.kafka.dsl with parameters of type KafkaMessageSourceModifier and TypeMethodDescriptionstatic KafkaPollableChannelSpecKafka.pollableChannel(org.springframework.kafka.core.KafkaTemplate<?, ?> template, KafkaMessageSource<?, ?> source) Create a spec for a pollable channel with the provided parameters.Constructors in org.springframework.integration.kafka.dsl with parameters of type KafkaMessageSourceModifierConstructorDescriptionprotectedKafkaPollableChannelSpec(org.springframework.kafka.core.KafkaTemplate<?, ?> template, KafkaMessageSource<?, ?> source)