Package org.camunda.bpm.engine.impl.cmd
Class TelemetryConfigureCmd
java.lang.Object
org.camunda.bpm.engine.impl.cmd.TelemetryConfigureCmd
-
Field Summary
Modifier and TypeFieldDescriptionprotected static final TelemetryLogger
protected static final String
protected boolean
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionexecute
(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 Details
-
LOG
-
TELEMETRY_PROPERTY
- See Also:
-
telemetryEnabled
protected boolean telemetryEnabled
-
-
Constructor Details
-
TelemetryConfigureCmd
public TelemetryConfigureCmd(boolean telemetryEnabled)
-
-
Method Details