Uses of Class
org.springframework.kafka.event.KafkaEvent
Packages that use KafkaEvent
-
Uses of KafkaEvent in org.springframework.kafka.event
Subclasses of KafkaEvent in org.springframework.kafka.eventModifier and TypeClassDescriptionclass
An event published when a consumer fails to start.class
An event published when a consumer partition is paused.class
An event published when a consumer partition is resumed.class
An event published when a consumer is paused.class
An event published when a consumer is resumed.class
An event published when authentication or authorization of a consumer fails and is being retried.class
An event published when authentication or authorization has been retried successfully.class
An event published when a consumer has started.class
An event published when a consumer is initializing.class
An event published when a consumer is stopped.class
An event published when a consumer is stopped.class
An event published when a container is stopped.class
An event that is emitted when a container is idle if the container is configured to do so.class
An event that is emitted when a container is no longer idle if configured to publish idle events.class
An event that is emitted when a container partition is idle if the container is configured to do so.class
An event that is emitted when a partition is no longer idle if configured to publish idle events.class
An event that is emitted when a consumer is not responding to the poll; with early versions of the kafka-clients, this was a possible indication that the broker is down.