
ru.tinkoff.gatling.amqp.request.AmqpAttributes.scala Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of gatling-amqp-plugin_2.13 Show documentation
Show all versions of gatling-amqp-plugin_2.13 Show documentation
Plugin for support performance testing with AMQP in Gatling
The newest version!
package ru.tinkoff.gatling.amqp.request
import io.gatling.core.session.Expression
import ru.tinkoff.gatling.amqp.AmqpCheck
case class AmqpAttributes(
requestName: Expression[String],
destination: AmqpExchange,
selector: Option[String],
message: AmqpMessage,
messageProperties: AmqpMessageProperties = AmqpMessageProperties(),
checks: List[AmqpCheck] = Nil,
)
© 2015 - 2025 Weber Informatics LLC | Privacy Policy