case class RoundtripHelper(name: String, inbound: (IdAwareConnectionFactory, JmsDestination), testMsgs: Seq[FlowEnvelope] = Seq.empty, timeout: FiniteDuration = 10.seconds, headerConfig: FlowHeaderConfig = FlowHeaderConfig.create(prefix = "SIB"), outcome: Seq[ExpectedOutcome] = Seq.empty)(implicit system: ActorSystem) extends JmsStreamSupport with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- RoundtripHelper
- Serializable
- Product
- Equals
- JmsStreamSupport
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new RoundtripHelper(name: String, inbound: (IdAwareConnectionFactory, JmsDestination), testMsgs: Seq[FlowEnvelope] = Seq.empty, timeout: FiniteDuration = 10.seconds, headerConfig: FlowHeaderConfig = FlowHeaderConfig.create(prefix = "SIB"), outcome: Seq[ExpectedOutcome] = Seq.empty)(implicit system: ActorSystem)
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- val headerConfig: FlowHeaderConfig
- val inbound: (IdAwareConnectionFactory, JmsDestination)
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def jmsConsumer(name: String, settings: JmsConsumerSettings, minMessageDelay: Option[FiniteDuration])(implicit system: ActorSystem): Source[FlowEnvelope, NotUsed]
- Definition Classes
- JmsStreamSupport
- def jmsProducer(name: String, settings: JmsProducerSettings, autoAck: Boolean)(implicit system: ActorSystem): Flow[FlowEnvelope, FlowEnvelope, NotUsed]
- Definition Classes
- JmsStreamSupport
- val name: String
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- val outcome: Seq[ExpectedOutcome]
- val outcomeId: (ExpectedOutcome) => String
- def processMessages(processFlow: Flow[FlowEnvelope, FlowEnvelope, _], timeout: FiniteDuration, msgs: FlowEnvelope*)(implicit system: ActorSystem): Try[KillSwitch]
- Definition Classes
- JmsStreamSupport
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- def receiveMessages(headerCfg: FlowHeaderConfig, cf: IdAwareConnectionFactory, dest: JmsDestination, log: FlowEnvelopeLogger, listener: Integer, minMessageDelay: Option[FiniteDuration], selector: Option[String], completeOn: Option[(Seq[FlowEnvelope]) => Boolean], timeout: Option[FiniteDuration], ackTimeout: FiniteDuration)(implicit system: ActorSystem): Collector[FlowEnvelope]
- Definition Classes
- JmsStreamSupport
- def run(): Try[Map[String, Seq[String]]]
- def sendMessages(producerSettings: JmsProducerSettings, log: FlowEnvelopeLogger, timeout: FiniteDuration, msgs: FlowEnvelope*)(implicit system: ActorSystem): Try[KillSwitch]
- Definition Classes
- JmsStreamSupport
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- val testMsgs: Seq[FlowEnvelope]
- val timeout: FiniteDuration
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- def withHeaderConfig(cfg: FlowHeaderConfig): RoundtripHelper
- def withOutcome(o: ExpectedOutcome*): RoundtripHelper
- def withTestMsgs(env: FlowEnvelope*): RoundtripHelper
- def withTimeout(to: FiniteDuration): RoundtripHelper