Packages

p

io.gatling.jms

request

package request

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. final case class BytesJmsMessage(bytes: Expression[Array[Byte]]) extends JmsMessage with Product with Serializable
  2. final case class JmsAttributes(requestName: Expression[String], destination: JmsDestination, selector: Option[Expression[String]], message: JmsMessage, messageProperties: Map[Expression[String], Expression[Any]], jmsType: Option[Expression[String]], checks: List[JmsCheck]) extends Product with Serializable

    JmsAttributes carries around the JMS settings.

    JmsAttributes carries around the JMS settings.

    As the JmsReqReplyBuilder is building a request from the DSL, it uses this object to represent the in progress request. Once the request is built it can then be used so that the JmsReqReplyAction knows exactly what message to send.

  3. sealed trait JmsDestination extends AnyRef
  4. final class JmsDslBuilderBase extends AnyRef
  5. sealed trait JmsMessage extends AnyRef
  6. final case class MapJmsMessage(map: Expression[Map[String, Any]]) extends JmsMessage with Product with Serializable
  7. final case class ObjectJmsMessage(obj: Expression[Serializable]) extends JmsMessage with Product with Serializable
  8. final case class RequestReplyDslBuilder(attributes: JmsAttributes, factory: (JmsAttributes) => ActionBuilder) extends Product with Serializable
  9. final case class SendDslBuilder(attributes: JmsAttributes, factory: (JmsAttributes) => ActionBuilder) extends Product with Serializable
  10. final case class TextJmsMessage(txt: Expression[String]) extends JmsMessage with Product with Serializable

Value Members

  1. object JmsAttributes extends Serializable
  2. object JmsDestination
  3. object RequestReplyDslBuilder extends Serializable
  4. object SendDslBuilder extends Serializable

Ungrouped