Uses of Class
org.camunda.bpm.engine.impl.telemetry.dto.Command
-
Packages that use Command Package Description org.camunda.bpm.engine.impl.telemetry.dto org.camunda.bpm.engine.impl.telemetry.reporter -
-
Uses of Command in org.camunda.bpm.engine.impl.telemetry.dto
Fields in org.camunda.bpm.engine.impl.telemetry.dto with type parameters of type Command Modifier and Type Field Description protected Map<String,Command>Internals. commandsMethods in org.camunda.bpm.engine.impl.telemetry.dto that return types with arguments of type Command Modifier and Type Method Description Map<String,Command>Internals. getCommands()Method parameters in org.camunda.bpm.engine.impl.telemetry.dto with type arguments of type Command Modifier and Type Method Description voidInternals. setCommands(Map<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 Map<String,Command>TelemetrySendingTask. fetchAndResetCommandCounts()
-