case class DispatcherBuilder(ctCtxt: ContainerContext, dispatcherCfg: ResourceTypeRouterConfig, sendFlow: Flow[FlowEnvelope, FlowEnvelope, NotUsed], envLogger: FlowEnvelopeLogger)(implicit bs: DispatcherBuilderSupport) extends JmsEnvelopeHeader with Product with Serializable

Linear Supertypes
Serializable, Product, Equals, JmsEnvelopeHeader, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DispatcherBuilder
  2. Serializable
  3. Product
  4. Equals
  5. JmsEnvelopeHeader
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new DispatcherBuilder(ctCtxt: ContainerContext, dispatcherCfg: ResourceTypeRouterConfig, sendFlow: Flow[FlowEnvelope, FlowEnvelope, NotUsed], envLogger: FlowEnvelopeLogger)(implicit bs: DispatcherBuilderSupport)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. implicit val bs: DispatcherBuilderSupport
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  7. def core(): Graph[FanOutShape3[FlowEnvelope, FlowEnvelope, WorklistEvent, FlowEnvelope], NotUsed]
  8. val corrIdHeader: (String) => String
    Definition Classes
    JmsEnvelopeHeader
  9. val ctCtxt: ContainerContext
  10. val deliveryModeHeader: (String) => String
    Definition Classes
    JmsEnvelopeHeader
  11. val destHeader: (String) => String
    Definition Classes
    JmsEnvelopeHeader
  12. def dispatcher()(implicit system: ActorSystem): Graph[FlowShape[FlowEnvelope, FlowTransactionEvent], NotUsed]
  13. val dispatcherCfg: ResourceTypeRouterConfig
  14. val envLogger: FlowEnvelopeLogger
  15. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  16. def errorHandler(): Flow[FlowEnvelope, FlowTransactionEvent, NotUsed]
  17. val expireHeader: (String) => String
    Definition Classes
    JmsEnvelopeHeader
  18. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  19. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  20. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  21. val jmsHeaderPrefix: (String) => String
    Definition Classes
    JmsEnvelopeHeader
  22. val msgIdHeader: (String) => String
    Definition Classes
    JmsEnvelopeHeader
  23. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  24. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  25. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  26. def outbound(): Graph[FanOutShape2[FlowEnvelope, WorklistEvent, FlowEnvelope], NotUsed]
  27. val priorityHeader: (String) => String
    Definition Classes
    JmsEnvelopeHeader
  28. def productElementNames: Iterator[String]
    Definition Classes
    Product
  29. val replyToHeader: (String) => String
    Definition Classes
    JmsEnvelopeHeader
  30. val replyToQueueName: String
    Definition Classes
    JmsEnvelopeHeader
  31. val sendFlow: Flow[FlowEnvelope, FlowEnvelope, NotUsed]
  32. val srcDestHeader: (String) => String
    Definition Classes
    JmsEnvelopeHeader
  33. val srcProviderHeader: (String) => String
    Definition Classes
    JmsEnvelopeHeader
  34. val srcVendorHeader: (String) => String
    Definition Classes
    JmsEnvelopeHeader
  35. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  36. val timestampHeader: (String) => String
    Definition Classes
    JmsEnvelopeHeader
  37. val typeHeader: (String) => String
    Definition Classes
    JmsEnvelopeHeader
  38. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  39. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  40. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  41. def worklistEventHandler(): Graph[FanOutShape2[WorklistEvent, FlowTransactionEvent, FlowEnvelope], NotUsed]

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from JmsEnvelopeHeader

Inherited from AnyRef

Inherited from Any

Ungrouped