public class ConsumerStartingEvent extends KafkaEvent
Constructor and Description |
---|
ConsumerStartingEvent(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
public ConsumerStartingEvent(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.