Class TelemetryConfigureCmd

java.lang.Object
org.operaton.bpm.engine.impl.cmd.TelemetryConfigureCmd
All Implemented Interfaces:
Command<Void>

@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

    Fields
    Modifier and Type
    Field
    Description
    protected boolean
    Deprecated, for removal: This API element is subject to removal in a future version.
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    TelemetryConfigureCmd(boolean telemetryEnabled)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    execute(CommandContext commandContext)
    Deprecated, for removal: This API element is subject to removal in a future version.
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • telemetryEnabled

      protected boolean telemetryEnabled
      Deprecated, 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

    • execute

      public Void execute(CommandContext commandContext)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Specified by:
      execute in interface Command<Void>