Class ContainerStoppedEvent

All Implemented Interfaces:
Serializable

public class ContainerStoppedEvent extends KafkaEvent
An event published when a container is stopped.
Since:
2.2
Author:
Gary Russell
See Also:
  • Constructor Details

    • ContainerStoppedEvent

      public ContainerStoppedEvent(Object source, Object container)
      Construct an instance with the provided source and container.
      Parameters:
      source - the container instance that generated the event.
      container - the container or the parent container if the container is a child.
      Since:
      2.2.1
  • Method Details