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.
1 parent 94845f3 commit 9909bf6Copy full SHA for 9909bf6
src/reference/asciidoc/kafka.adoc
@@ -2208,7 +2208,7 @@ thing2
2208
2209
The following events are published by listener containers and their consumers:
2210
2211
-* `ContainerIdleEvent`: Issued when no messages have been received in `idleInterval` (if configured).
+* `ListenerContainerIdleEvent`: Issued when no messages have been received in `idleInterval` (if configured).
2212
* `NonResponsiveConsumerEvent`: Issued when the consumer appears to be blocked in the `poll` method.
2213
* `ConsumerPausedEvent`: Issued by each consumer when the container is paused.
2214
* `ConsumerResumedEvent`: Issued by each consumer when the container is resumed.
0 commit comments