We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
@Nullable
1 parent 13fe69f commit e863807Copy full SHA for e863807
spring-kafka/src/main/java/org/springframework/kafka/listener/KafkaMessageListenerContainer.java
@@ -68,6 +68,7 @@
68
import org.springframework.kafka.support.TopicPartitionInitialOffset.SeekPosition;
69
import org.springframework.kafka.support.TransactionSupport;
70
import org.springframework.kafka.transaction.KafkaAwareTransactionManager;
71
+import org.springframework.lang.Nullable;
72
import org.springframework.scheduling.SchedulingAwareRunnable;
73
import org.springframework.scheduling.TaskScheduler;
74
import org.springframework.scheduling.concurrent.ThreadPoolTaskScheduler;
0 commit comments