
ru.tinkoff.gatling.amqp.javaapi.request.AmqpDslBuilderBase 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.javaapi.request;
public final class AmqpDslBuilderBase {
private final ru.tinkoff.gatling.amqp.request.AmqpDslBuilderBase wrapped;
public AmqpDslBuilderBase(ru.tinkoff.gatling.amqp.request.AmqpDslBuilderBase wrapped){
this.wrapped = wrapped;
}
public PublishDslBuilderExchange publish(){
return new PublishDslBuilderExchange(wrapped.publish(io.gatling.core.Predef.configuration()));
}
public RequestReplyDslBuilderExchange requestReply(){
return new RequestReplyDslBuilderExchange(wrapped.requestReply(io.gatling.core.Predef.configuration()));
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy