Package org.operaton.bpm.engine.impl.cmd
Class TelemetryConfigureCmd
java.lang.Object
org.operaton.bpm.engine.impl.cmd.TelemetryConfigureCmd
@Deprecated(since="1.0",
forRemoval=true)
public class TelemetryConfigureCmd
extends Object
implements Command<Void>
Deprecated, for removal: This API element is subject to removal in a future version.
Command is empty
The sending telemetry data feature is removed.
Please any remove usages of the command.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected booleanDeprecated, for removal: This API element is subject to removal in a future version. -
Constructor Summary
ConstructorsConstructorDescriptionTelemetryConfigureCmd(boolean telemetryEnabled) Deprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionexecute(CommandContext commandContext) Deprecated, for removal: This API element is subject to removal in a future version.
-
Field Details
-
telemetryEnabled
protected boolean telemetryEnabledDeprecated, for removal: This API element is subject to removal in a future version.
-
-
Constructor Details
-
TelemetryConfigureCmd
public TelemetryConfigureCmd(boolean telemetryEnabled) Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details