public final class SequencePropertyInitializer extends java.lang.Object implements TelemetryInitializer
TelemetryInitializer implementation that
populates Sequence property to ensure correct ordering of the telemetry in the portal.| Constructor and Description |
|---|
SequencePropertyInitializer() |
| Modifier and Type | Method and Description |
|---|---|
void |
initialize(Telemetry telemetry)
Sets the Telemetry's sequence if there that sequence is null or empty.
|
public void initialize(Telemetry telemetry)
initialize in interface TelemetryInitializertelemetry - The Telemetry to initialize.