Uses of Interface
org.springframework.integration.kafka.inbound.KafkaMessageSource.KafkaAckInfo
Packages that use KafkaMessageSource.KafkaAckInfo
Package
Description
Provides Spring Integration inbound components for Apache Kafka.
-
Uses of KafkaMessageSource.KafkaAckInfo in org.springframework.integration.kafka.inbound
Classes in org.springframework.integration.kafka.inbound that implement KafkaMessageSource.KafkaAckInfoModifier and TypeClassDescriptionclass
Information for building an KafkaAckCallback.Methods in org.springframework.integration.kafka.inbound that return types with arguments of type KafkaMessageSource.KafkaAckInfoModifier and TypeMethodDescriptionMap<org.apache.kafka.common.TopicPartition,
Set<KafkaMessageSource.KafkaAckInfo<K, V>>> KafkaMessageSource.KafkaAckInfo.getOffsets()
Map<org.apache.kafka.common.TopicPartition,
Set<KafkaMessageSource.KafkaAckInfo<K, V>>> KafkaMessageSource.KafkaAckInfoImpl.getOffsets()
Methods in org.springframework.integration.kafka.inbound with parameters of type KafkaMessageSource.KafkaAckInfoModifier and TypeMethodDescriptionint
KafkaMessageSource.KafkaAckInfoImpl.compareTo
(KafkaMessageSource.KafkaAckInfo<K, V> other) KafkaMessageSource.KafkaAckCallbackFactory.createCallback
(KafkaMessageSource.KafkaAckInfo<K, V> info) Constructors in org.springframework.integration.kafka.inbound with parameters of type KafkaMessageSource.KafkaAckInfoModifierConstructorDescriptionKafkaAckCallback
(KafkaMessageSource.KafkaAckInfo<K, V> ackInfo, org.springframework.kafka.listener.ConsumerProperties consumerProperties) Construct an instance with the provided properties.