public class ConsumerStoppedEvent extends KafkaEvent
Constructor and Description |
---|
ConsumerStoppedEvent(java.lang.Object source)
Deprecated.
|
ConsumerStoppedEvent(java.lang.Object source,
java.lang.Object container)
Construct an instance with the provided source and container.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString() |
getContainer, getSource
@Deprecated public ConsumerStoppedEvent(java.lang.Object source)
source
- the container.public ConsumerStoppedEvent(java.lang.Object source, java.lang.Object container)
source
- the container instance that generated the event.container
- the container or the parent container if the container is a child.