Interface Collector
-
- All Known Implementing Classes:
EventBusCollector
public interface CollectorInterface for an active element providing a request log.- Author:
- https://github.com/lbovet [Laurent Bovet]
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BufferingRequestLoggetRequestLog()voidstart()voidstop()
-
-
-
Method Detail
-
getRequestLog
BufferingRequestLog getRequestLog()
-
start
void start()
-
stop
void stop()
-
-