Class CommandImpl

java.lang.Object
org.camunda.bpm.engine.impl.telemetry.dto.CommandImpl
All Implemented Interfaces:
Command

public class CommandImpl extends Object implements Command
  • Field Details

    • count

      protected long count
  • Constructor Details

    • CommandImpl

      public CommandImpl(long count)
  • Method Details

    • getCount

      public long getCount()
      Description copied from interface: Command
      The count of this command i.e., how often did the engine engine execute this command.
      Specified by:
      getCount in interface Command
    • setCount

      public void setCount(long count)