Package org.sunbird.telemetry.handler
Interface TelemetryHandler
-
- All Known Implementing Classes:
TelemetryLoggingHandler
public interface TelemetryHandlerInterface to implement the handlers for the telemetry generated byTelemetryGenerator. The implementation of this interface should useTelemetryGeneratorto generate telemetry and have logic to handle and push the telemetry to Ekstep data pipeline.- Author:
- mahesh
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidsend(String event, Level level)voidsend(String event, Level level, boolean telemetry)
-