Class GetTopicNamesCmd

java.lang.Object
org.camunda.bpm.engine.impl.cmd.GetTopicNamesCmd
All Implemented Interfaces:
Serializable, Command<List<String>>

public class GetTopicNamesCmd extends Object implements Command<List<String>>, Serializable
See Also:
  • Field Details

  • Constructor Details

    • GetTopicNamesCmd

      public GetTopicNamesCmd(boolean withLockedTasks, boolean withUnlockedTasks, boolean withRetriesLeft)
  • Method Details