Package org.camunda.bpm.engine.impl.cmd
Class TelemetryConfigureCmd
- java.lang.Object
-
- org.camunda.bpm.engine.impl.cmd.TelemetryConfigureCmd
-
-
Field Summary
Fields Modifier and Type Field Description protected static TelemetryLogger
LOG
protected static java.lang.String
TELEMETRY_PROPERTY
protected boolean
telemetryEnabled
-
Constructor Summary
Constructors Constructor Description TelemetryConfigureCmd(boolean telemetryEnabled)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Void
execute(CommandContext commandContext)
protected void
toggleTelemetry(CommandContext commandContext)
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.camunda.bpm.engine.impl.interceptor.Command
isRetryable
-
-
-
-
Field Detail
-
LOG
protected static final TelemetryLogger LOG
-
TELEMETRY_PROPERTY
protected static final java.lang.String TELEMETRY_PROPERTY
- See Also:
- Constant Field Values
-
telemetryEnabled
protected boolean telemetryEnabled
-
-
Method Detail
-
execute
public java.lang.Void execute(CommandContext commandContext)
-
toggleTelemetry
protected void toggleTelemetry(CommandContext commandContext)
-
-