public interface EventContainer
| Modifier and Type | Method and Description |
|---|---|
void |
addEvent(FlowFileEvent event) |
FlowFileEvent |
generateReport(long sinceEpochMillis) |
void |
purgeEvents(long cutoffEpochMillis) |
void addEvent(FlowFileEvent event)
void purgeEvents(long cutoffEpochMillis)
FlowFileEvent generateReport(long sinceEpochMillis)
Copyright © 2021 Apache NiFi Project. All rights reserved.