Uses of Record Class
org.springframework.integration.kafka.inbound.KafkaMessageSource.KafkaAckCallbackFactory
Package
Description
Provides Spring Integration Java DSL Components support for Apache Kafka.
Provides Spring Integration inbound components for Apache Kafka.
-
Uses of KafkaMessageSource.KafkaAckCallbackFactory in org.springframework.integration.kafka.dsl
Modifier and TypeMethodDescriptionstatic <K,
V> KafkaInboundChannelAdapterSpec<K, V> Kafka.inboundChannelAdapter
(org.springframework.kafka.core.ConsumerFactory<K, V> consumerFactory, org.springframework.kafka.listener.ConsumerProperties consumerProperties, KafkaMessageSource.KafkaAckCallbackFactory<K, V> ackCallbackFactory) Create an initialKafkaInboundChannelAdapterSpec
with the consumer factory and topics with a custom ack callback factory.static <K,
V> KafkaInboundChannelAdapterSpec<K, V> Kafka.inboundChannelAdapter
(org.springframework.kafka.core.ConsumerFactory<K, V> consumerFactory, org.springframework.kafka.listener.ConsumerProperties consumerProperties, KafkaMessageSource.KafkaAckCallbackFactory<K, V> ackCallbackFactory, boolean allowMultiFetch) Create an initialKafkaInboundChannelAdapterSpec
with the consumer factory and topics with a custom ack callback factory. -
Uses of KafkaMessageSource.KafkaAckCallbackFactory in org.springframework.integration.kafka.inbound
ModifierConstructorDescriptionKafkaMessageSource
(org.springframework.kafka.core.ConsumerFactory<K, V> consumerFactory, org.springframework.kafka.listener.ConsumerProperties consumerProperties, KafkaMessageSource.KafkaAckCallbackFactory<K, V> ackCallbackFactory) Construct an instance with the supplied parameters.KafkaMessageSource
(org.springframework.kafka.core.ConsumerFactory<K, V> consumerFactory, org.springframework.kafka.listener.ConsumerProperties consumerProperties, KafkaMessageSource.KafkaAckCallbackFactory<K, V> ackCallbackFactory, boolean allowMultiFetch) Construct an instance with the supplied parameters.