Packages

package action

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Package Members

  1. package builder

Type Members

  1. trait Action extends StrictLogging

    Top level abstraction in charge of executing concrete actions along a scenario, for example sending an HTTP request.

  2. class ActorDelegatingAction extends Action
  3. final class BlockExit extends AnyRef

    Describes an interruption to be performed.

  4. trait ChainableAction extends Action

    An Action that is to be chained with another.

    An Action that is to be chained with another. Almost all Gatling Actions are Chainable. For example, the final Action at the end of a scenario workflow is not.

  5. class Exit extends Action
  6. class ExitHere extends ChainableAction with NameGen
  7. trait ExitableAction extends ChainableAction

    An Action that can trigger a forced exit and bypass regular workflow.

  8. class Feed extends ExitableAction
  9. class FeedActor[T] extends BaseActor
  10. final case class FeedMessage(session: Session, number: Int, next: Action) extends Product with Serializable
  11. class GroupEnd extends ChainableAction with NameGen
  12. class GroupStart extends ExitableAction with NameGen
  13. class If extends ExitableAction with NameGen
  14. class InnerLoop extends ChainableAction
  15. class InnerTryMax extends ChainableAction
  16. class Loop extends Action
  17. class Pace extends ExitableAction with NameGen

    Pace provides a means to limit the frequency with which an action is run, by specifying a minimum wait time between iterations.

    Pace provides a means to limit the frequency with which an action is run, by specifying a minimum wait time between iterations.

    Originally contributed by James Pickering.

  18. class Pause extends ExitableAction
  19. class RendezVous extends ActorDelegatingAction
  20. class RendezVousActor extends BaseActor

    Buffer Sessions until users is reached, then unleash buffer and become passthrough.

  21. trait RequestAction extends ExitableAction
  22. class SessionHook extends ChainableAction
  23. class Switch extends ExitableAction
  24. class TryMax extends Action with NameGen

Value Members

  1. object BlockExit
  2. object ExitHere
  3. object FeedActor
  4. object RendezVous extends NameGen

Ungrouped