Interface Command

All Known Implementing Classes:
CommandImpl

public interface Command
This class represents the data structure used for collecting information about executed commands for telemetry data. A command is an action usually triggered by a user and performed by the engine. This class counts the number of executions per command. This information is sent to Camunda when telemetry is enabled. When used for telemetry data collection, all command execution counts reset on sending the data. Retrieval through ManagementService.getTelemetryData() will not reset the counter.
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    long
    The count of this command i.e., how often did the engine engine execute this command.
  • Method Details

    • getCount

      long getCount()
      The count of this command i.e., how often did the engine engine execute this command.