Class ComparisonTelemetryProvider
java.lang.Object
com._1c.g5.v8.dt.internal.compare.telemetry.ComparisonTelemetryProvider
- All Implemented Interfaces:
ITelemetryProvider,IManagedService
public class ComparisonTelemetryProvider
extends Object
implements ITelemetryProvider, IManagedService
ITelemetryManager comparison-specific implementation that allows to access available telemetry
information of comparison processes-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidactivate()voidRequests recorded telemetry dump from the provider
-
Constructor Details
-
ComparisonTelemetryProvider
-
-
Method Details
-
activate
public void activate()- Specified by:
activatein interfaceIManagedService
-
deactivate
public void deactivate()- Specified by:
deactivatein interfaceIManagedService
-
dumpTelemetry
Description copied from interface:ITelemetryProviderRequests recorded telemetry dump from the provider- Specified by:
dumpTelemetryin interfaceITelemetryProvider- Returns:
- The unified dump in form of
ITelemetryDump. May not benull
-