Package com._1c.g5.v8.dt.telemetry
Interface ITelemetryProvider
-
public interface ITelemetryProvider
Provider of the telemetry information. Responsible for providing recorded internal telemetry in the standard form
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ITelemetryDump
dumpTelemetry()
Requests recorded telemetry dump from the provider
-
-
-
Method Detail
-
dumpTelemetry
ITelemetryDump dumpTelemetry()
Requests recorded telemetry dump from the provider- Returns:
- The unified dump in form of
ITelemetryDump
. May not benull
-
-