Modifier and Type | Field and Description |
---|---|
static String |
MESSAGE_RESPONSE |
protected String |
name |
protected long |
timestamp |
Constructor and Description |
---|
KafkaRestoreEvent(MessageResponse response) |
Modifier and Type | Method and Description |
---|---|
Object |
getData(String key)
Get data stored along with the Event
|
String |
getName() |
long |
getTimestamp() |
String |
toString() |
public static final String MESSAGE_RESPONSE
protected String name
protected long timestamp
public KafkaRestoreEvent(MessageResponse response)
public long getTimestamp()
getTimestamp
in interface Event
public Object getData(String key)
Event