Class ConcurrentContainerStoppedEvent

java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
org.springframework.kafka.event.KafkaEvent
org.springframework.kafka.event.ConcurrentContainerStoppedEvent
All Implemented Interfaces:
Serializable

public class ConcurrentContainerStoppedEvent extends KafkaEvent
An event published when a concurrent container is stopped.
Since:
3.3
See Also:
  • Constructor Details

    • ConcurrentContainerStoppedEvent

      public ConcurrentContainerStoppedEvent(Object source, ConsumerStoppedEvent.Reason reason)
      Construct an instance with the provided source and container.
      Parameters:
      source - the container instance that generated the event.
      reason - the reason.
  • Method Details