package check
Linear Supertypes
Type Members
- final case class MessageCorrelator(textCheck: Check[String], bufferCheck: Check[ByteBuf]) extends Product with Serializable
- type MqttCheck = Check[ByteBuf]
- trait MqttCheckSupport extends AnyRef
- final case class MqttExpectation(checks: List[MqttCheck], timeout: FiniteDuration, topic: Option[Expression[String]], blocking: Boolean) extends Product with Serializable