All Downloads are FREE. Search and download functionalities are using the official Maven repository.

ru.tinkoff.gatling.amqp.javaapi.request.AmqpDslBuilderBase Maven / Gradle / Ivy

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