io.gatling.core

controller

package controller

Visibility
  1. Public
  2. All

Type Members

  1. class BatchScheduler extends AnyRef

  2. class Controller extends BaseActor with ControllerFSM

  3. sealed trait ControllerMessage extends AnyRef

  4. case class ForceTermination(e: Option[Exception] = None) extends ControllerMessage with Product with Serializable

  5. case class Run(simulation: SimulationDef) extends ControllerMessage with Product with Serializable

  6. case class ScheduleNextUserBatch(scenarioName: String) extends ControllerMessage with Product with Serializable

Value Members

  1. object Controller extends StrictLogging

  2. object DataWritersTerminated extends ControllerMessage with Product with Serializable

  3. package inject

  4. package throttle

Ungrouped