Interface MonitoringStreamsTask.Reportable<T>
-
- Enclosing class:
- MonitoringStreamsTask
public static interface MonitoringStreamsTask.Reportable<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description T
report()
Gets an object to report.
-
-
-
Method Detail
-
report
T report()
Gets an object to report.- Returns:
- the object to report.
-
-