io.gatling.amqp

infra

package infra

Visibility
  1. Public
  2. All

Type Members

  1. abstract class AmqpActor extends BaseActor with Logging

  2. class AmqpConsumer extends AmqpActor with Stats

  3. class AmqpManage extends AmqpActor

  4. class AmqpNacker extends Actor with Logging

  5. class AmqpPublisher extends AmqpActor

  6. class AmqpRouter extends Actor with Logging

  7. class AmqpTracer extends Actor with Logging

    Publish stats log to the Gatling core DataWriter

  8. trait Logging extends Actor with LazyLogging

  9. case class MessageNg(event: AmqpPublishing, stoppedAt: Long, title: String, message: Option[String]) extends Product with Serializable

  10. case class MessageOk(event: AmqpPublishing, stoppedAt: Long, title: String) extends Product with Serializable

  11. trait Stats extends AnyRef

  12. case class WriteStat(session: Session, startedAt: Long, stoppedAt: Long, title: String, status: Status, code: Option[String], mes: Option[String]) extends Product with Serializable

Value Members

  1. object AmqpActor

Ungrouped