case class RoundtripHelper(name: String, inbound: (IdAwareConnectionFactory, JmsDestination), testMsgs: Seq[FlowEnvelope] = Seq.empty, timeout: FiniteDuration = 10.seconds, headerConfig: FlowHeaderConfig = ..., outcome: Seq[ExpectedOutcome] = Seq.empty)(implicit system: ActorSystem) extends JmsStreamSupport with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- RoundtripHelper
- Serializable
- Serializable
- Product
- Equals
- JmsStreamSupport
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new RoundtripHelper(name: String, inbound: (IdAwareConnectionFactory, JmsDestination), testMsgs: Seq[FlowEnvelope] = Seq.empty, timeout: FiniteDuration = 10.seconds, headerConfig: FlowHeaderConfig = ..., 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[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- 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, materializer: Materializer): Flow[FlowEnvelope, FlowEnvelope, NotUsed]
- Definition Classes
- JmsStreamSupport
- val log: Logger
- 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, _], msgs: FlowEnvelope*)(implicit system: ActorSystem): Try[KillSwitch]
- Definition Classes
- JmsStreamSupport
-
def
receiveMessages(headerCfg: FlowHeaderConfig, cf: IdAwareConnectionFactory, dest: JmsDestination, log: Logger, listener: Integer, minMessageDelay: Option[FiniteDuration], selector: Option[String])(implicit timeout: FiniteDuration, system: ActorSystem, materializer: Materializer): Collector[FlowEnvelope]
- Definition Classes
- JmsStreamSupport
- def run(): Map[String, Seq[String]]
-
def
sendMessages(producerSettings: JmsProducerSettings, log: Logger, msgs: FlowEnvelope*)(implicit system: ActorSystem, materializer: Materializer, ectxt: ExecutionContext): 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( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
- def withHeaderConfig(cfg: FlowHeaderConfig): RoundtripHelper
- def withOutcome(o: ExpectedOutcome*): RoundtripHelper
- def withTestMsgs(env: FlowEnvelope*): RoundtripHelper
- def withTimeout(to: FiniteDuration): RoundtripHelper