Class ConcurrentContainerStoppedEvent

All Implemented Interfaces:
Serializable

public class ConcurrentContainerStoppedEvent extends KafkaEvent
An event published when a concurrent container is stopped.
Since:
3.3
Author:
Lokesh Alamuri
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