Package org.springframework.kafka.event
Application Events.
-
Class Summary Class Description ConsumerFailedToStartEvent An event published when a consumer fails to start.ConsumerPartitionPausedEvent An event published when a consumer partition is paused.ConsumerPartitionResumedEvent An event published when a consumer partition is resumed.ConsumerPausedEvent An event published when a consumer is paused.ConsumerResumedEvent An event published when a consumer is resumed.ConsumerStartedEvent An event published when a consumer has started.ConsumerStartingEvent An event published when a consumer is initializing.ConsumerStoppedEvent An event published when a consumer is stopped.ConsumerStoppingEvent An event published when a consumer is stopped.ContainerStoppedEvent An event published when a container is stopped.KafkaEvent Base class for events.ListenerContainerIdleEvent An event that is emitted when a container is idle if the container is configured to do so.ListenerContainerNoLongerIdleEvent An event that is emitted when a container is no longer idle if configured to publish idle events.ListenerContainerPartitionIdleEvent An event that is emitted when a container partition is idle if the container is configured to do so.ListenerContainerPartitionNoLongerIdleEvent An event that is emitted when a partition is no longer idle if configured to publish idle events.NonResponsiveConsumerEvent 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. -
Enum Summary Enum Description ConsumerStoppedEvent.Reason Reasons for stopping a consumer.