
ru.tinkoff.gatling.amqp.request.AmqpDslBuilderBase.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.config.GatlingConfiguration
import io.gatling.core.session._
case class AmqpDslBuilderBase(requestName: Expression[String]) {
def publish(implicit configuration: GatlingConfiguration) = PublishDslBuilderExchange(requestName, configuration)
def requestReply(implicit configuration: GatlingConfiguration) =
RequestReplyDslBuilderExchange(requestName, configuration)
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy