Uses of Interface
org.camunda.bpm.engine.telemetry.Command
-
Packages that use Command Package Description org.camunda.bpm.engine.impl.telemetry.dto org.camunda.bpm.engine.impl.telemetry.reporter org.camunda.bpm.engine.telemetry -
-
Uses of Command in org.camunda.bpm.engine.impl.telemetry.dto
Classes in org.camunda.bpm.engine.impl.telemetry.dto that implement Command Modifier and Type Class Description class
CommandImpl
Fields in org.camunda.bpm.engine.impl.telemetry.dto with type parameters of type Command Modifier and Type Field Description protected java.util.Map<java.lang.String,Command>
InternalsImpl. commands
Methods in org.camunda.bpm.engine.impl.telemetry.dto that return types with arguments of type Command Modifier and Type Method Description java.util.Map<java.lang.String,Command>
InternalsImpl. getCommands()
Method parameters in org.camunda.bpm.engine.impl.telemetry.dto with type arguments of type Command Modifier and Type Method Description void
InternalsImpl. setCommands(java.util.Map<java.lang.String,Command> commands)
-
Uses of Command in org.camunda.bpm.engine.impl.telemetry.reporter
Methods in org.camunda.bpm.engine.impl.telemetry.reporter that return types with arguments of type Command Modifier and Type Method Description protected java.util.Map<java.lang.String,Command>
TelemetrySendingTask. fetchAndResetCommandCounts(boolean reset)
-
Uses of Command in org.camunda.bpm.engine.telemetry
Methods in org.camunda.bpm.engine.telemetry that return types with arguments of type Command Modifier and Type Method Description java.util.Map<java.lang.String,Command>
Internals. getCommands()
Information about the number of command executions performed by the Camunda engine.
-