io.gatling.core.action.builder

SessionHookBuilder

class SessionHookBuilder extends ActionBuilder

Builder for SimpleAction

Linear Supertypes
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. SessionHookBuilder
  2. ActionBuilder
  3. AkkaDefaults
  4. AskSupport
  5. AnyRef
  6. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new SessionHookBuilder(sessionFunction: (Session) ⇒ Validation[Session], bypassable: Boolean = false)

    creates a SimpleActionBuilder

    creates a SimpleActionBuilder

    sessionFunction

    the function that will be executed by the simple action

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. def ask(actorSelection: ActorSelection, message: Any)(implicit timeout: Timeout): Future[Any]

    Definition Classes
    AskSupport
  8. implicit def ask(actorSelection: ActorSelection): AskableActorSelection

    Definition Classes
    AskSupport
  9. def ask(actorRef: ActorRef, message: Any)(implicit timeout: Timeout): Future[Any]

    Definition Classes
    AskSupport
  10. implicit def ask(actorRef: ActorRef): AskableActorRef

    Definition Classes
    AskSupport
  11. def build(next: ActorRef, protocols: Protocols): ActorRef

    next

    the Action that will be chained with the Action build by this builder

    protocols

    the protocols configurations

    returns

    the resulting Action actor

    Definition Classes
    SessionHookBuilderActionBuilder
  12. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  13. implicit def dispatcher: ExecutionContextExecutor

    Definition Classes
    AkkaDefaults
  14. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  15. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  16. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  17. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  18. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  19. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  20. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  21. final def notify(): Unit

    Definition Classes
    AnyRef
  22. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  23. def registerDefaultProtocols(protocols: Protocols): Protocols

    Register default values of the protocols that the Actions produced by this ActionBuilder will use.

    Register default values of the protocols that the Actions produced by this ActionBuilder will use. With this, the simulation is aware of the protocols and can trigger warmups.

    protocols

    the default protocols

    returns

    the defaultprotocols updated with the ones used here

    Definition Classes
    ActionBuilder
  24. implicit def scheduler: Scheduler

    Definition Classes
    AkkaDefaults
  25. val simulationTimeOut: FiniteDuration

    Definition Classes
    AkkaDefaults
  26. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  27. implicit def system: ActorSystem

    Definition Classes
    AkkaDefaults
  28. def toString(): String

    Definition Classes
    AnyRef → Any
  29. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  30. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from ActionBuilder

Inherited from AkkaDefaults

Inherited from AskSupport

Inherited from AnyRef

Inherited from Any

Ungrouped