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

ru.tinkoff.gatling.amqp.protocol.AmqpComponents.scala Maven / Gradle / Ivy

The newest version!
package ru.tinkoff.gatling.amqp.protocol

import io.gatling.core.protocol.ProtocolComponents
import io.gatling.core.session.Session
import ru.tinkoff.gatling.amqp.client.{AmqpConnectionPool, TrackerPool}

case class AmqpComponents(
    protocol: AmqpProtocol,
    connectionPublishPool: AmqpConnectionPool,
    connectionReplyPool: AmqpConnectionPool,
    trackerPool: TrackerPool,
) extends ProtocolComponents {
  override def onStart: Session => Session = Session.Identity

  override def onExit: Session => Unit = ProtocolComponents.NoopOnExit

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy