Interface EventSink
- All Superinterfaces:
AutoCloseable
- All Known Implementing Classes:
AsyncEventSink,CompositeSink,ConsoleUiSink,CsvMetricsSink,JdbcEventSink,JsonLinesEventSink,RotatingFileEventSink,RunArtifactBundleSink
Consumer for run events used by persistence, console, and web adapters.
-
Method Summary
-
Method Details
-
onEvent
Consumes one event. -
close
default void close()- Specified by:
closein interfaceAutoCloseable
-