Packages

package action

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. 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.

  4. trait ExitableAction extends ChainableAction

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

  5. final case class FeedMessage(session: Session, number: Int, next: Action) extends Product with Serializable
  6. class InnerLoop extends ChainableAction
  7. class InnerTryMax extends ChainableAction
  8. trait RequestAction extends ExitableAction
  9. class SessionHook extends ChainableAction
  10. class StopInjector extends ChainableAction with NameGen

Ungrouped