io.gatling.amqp

event

package event

Visibility
  1. Public
  2. All

Type Members

  1. sealed trait AmqpAction extends AnyRef

  2. case class AmqpConsumeAcked(consumerName: String, no: Int, multiple: Boolean, stoppedAt: Long) extends AmqpConsumevent with Product with Serializable

  3. case class AmqpConsumeFailed(consumerName: String, no: Int, stoppedAt: Long, e: Throwable) extends AmqpConsumevent with Product with Serializable

  4. case class AmqpConsumeNacked(consumerName: String, no: Int, multiple: Boolean, stoppedAt: Long) extends AmqpConsumevent with Product with Serializable

  5. case class AmqpConsumeRequest(req: ConsumeRequest, session: Session) extends AmqpConsumevent with Product with Serializable

  6. case class AmqpConsumed(consumerName: String, no: Int, stoppedAt: Long, event: AmqpConsuming) extends AmqpConsumevent with Product with Serializable

  7. abstract class AmqpConsumevent extends AmqpEvent

    Consuming

  8. case class AmqpConsuming(consumerName: String, no: Int, startedAt: Long, req: ConsumeRequest, session: Session) extends AmqpConsumevent with Product with Serializable

  9. sealed trait AmqpEvent extends AnyRef

  10. class AmqpEventBus extends ActorEventBus with LookupClassification

  11. case class AmqpPublishAcked(publisherName: String, no: Int, multiple: Boolean, stoppedAt: Long) extends AmqpPublishEvent with Product with Serializable

  12. abstract class AmqpPublishEvent extends AmqpEvent

    Publishing

  13. case class AmqpPublishFailed(publisherName: String, no: Int, stoppedAt: Long, e: Throwable) extends AmqpPublishEvent with Product with Serializable

  14. case class AmqpPublishNacked(publisherName: String, no: Int, multiple: Boolean, stoppedAt: Long) extends AmqpPublishEvent with Product with Serializable

  15. case class AmqpPublishRequest(req: PublishRequest, session: Session) extends AmqpPublishEvent with Product with Serializable

  16. case class AmqpPublished(publisherName: String, no: Int, stoppedAt: Long, event: AmqpPublishing) extends AmqpPublishEvent with Product with Serializable

  17. case class AmqpPublishing(publisherName: String, no: Int, startedAt: Long, req: PublishRequest, session: Session) extends AmqpPublishEvent with Product with Serializable

Value Members

  1. object AmqpConsumeAction extends AmqpAction

  2. object AmqpPublishAction extends AmqpAction

Ungrouped