
ru.tinkoff.gatling.amqp.javaapi.protocol.RabbitMQConnectionFactoryBuilderBase 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.protocol;
import scala.Option;
public class RabbitMQConnectionFactoryBuilderBase {
public RabbitMQConnectionFactoryBuilder host(String host) {
return new RabbitMQConnectionFactoryBuilder(ru.tinkoff.gatling.amqp.protocol.RabbitMQConnectionFactoryBuilder.apply(Option.apply(host), null, null,null,null));
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy