public interface EventReporter extends Serializable
| Modifier and Type | Field and Description |
|---|---|
static EventReporter |
NO_OP
An Event Reporter that performs no action and ignores all given input
|
| Modifier and Type | Method and Description |
|---|---|
void |
reportEvent(Severity severity,
String category,
String message) |
static final EventReporter NO_OP
Copyright © 2016 Apache NiFi Project. All rights reserved.