public static class FileTailingMessageProducerSupport.FileTailingEvent extends FileIntegrationEvent
causesource| Constructor and Description |
|---|
FileTailingEvent(Object source,
String message,
File file) |
| Modifier and Type | Method and Description |
|---|---|
File |
getFile() |
String |
getMessage()
Return the text message emitted from the underlying tailing producer
(Apache Commons or one of
OS natives).
|
String |
toString() |
getCause, getSourceAsTypegetTimestampgetSourcepublic String getMessage()
Note that for the same event type (e.g. 'file not found') the text may be different depending on the producer and its platform.
public File getFile()
public String toString()
toString in class IntegrationEvent