package streams
Type Members
- case class ExpectedOutcome(cf: IdAwareConnectionFactory, dest: JmsDestination, assertion: Seq[FlowMessageAssertion]) extends Product with Serializable
- case class RoundtripHelper(name: String, inbound: (IdAwareConnectionFactory, JmsDestination), testMsgs: Seq[FlowEnvelope] = Seq.empty, timeout: FiniteDuration = 10.seconds, headerConfig: FlowHeaderConfig = FlowHeaderConfig(prefix = "SIB"), outcome: Seq[ExpectedOutcome] = Seq.empty)(implicit system: ActorSystem) extends JmsStreamSupport with Product with Serializable