Packages

package action

Type Members

  1. final class Around extends AnyRef
  2. abstract class JmsAction extends RequestAction with JmsLogging with NameGen
  3. abstract class JmsActionBuilder extends ActionBuilder
  4. trait JmsLogging extends StrictLogging
  5. final class RequestReply extends JmsAction

    Core JMS Action to handle Request-Reply semantics

    Core JMS Action to handle Request-Reply semantics

    This handles the core "send"ing of messages. Gatling calls the execute method to trigger a send. This implementation then forwards it on to a tracking actor.

  6. final case class RequestReplyBuilder(attributes: JmsAttributes, replyDestination: JmsDestination, setJmsReplyTo: Boolean, trackerDestination: Option[JmsDestination]) extends JmsActionBuilder with Product with Serializable
  7. final class Send extends JmsAction

    Core JMS Action to handle Send

    Core JMS Action to handle Send

    This handles the core "send"ing of messages. Gatling calls the execute method to trigger a send.

  8. final class SendBuilder extends JmsActionBuilder

Ungrouped