Class | Description |
---|---|
ExceptionSubscriber |
Prints a value as an Error to the Log.
|
IndicatorSubscriber |
Prints all values as a comma-separated-list (CSV) to files/reports/IndicatorReport.csv
Headers will be extracted from the first arriving event
statement . |
TestSubscriber |
Prints all values to the Log by using the
toString method of the event object. |
VoidSubscriber |
Do-nothing subscriber, useful when select clauses call static methods.
|