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

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

Instance Constructors

  1. new DispatcherBuilder(idSvc: ContainerIdentifierService, 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[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  7. def core(): Graph[FanOutShape3[FlowEnvelope, FlowEnvelope, WorklistEvent, FlowEnvelope], NotUsed]
  8. val corrIdHeader: (String) ⇒ String
    Definition Classes
    JmsEnvelopeHeader
  9. val deliveryModeHeader: (String) ⇒ String
    Definition Classes
    JmsEnvelopeHeader
  10. val destHeader: (String) ⇒ String
    Definition Classes
    JmsEnvelopeHeader
  11. def dispatcher(): Graph[FlowShape[FlowEnvelope, FlowTransactionEvent], NotUsed]
  12. val dispatcherCfg: ResourceTypeRouterConfig
  13. val envLogger: FlowEnvelopeLogger
  14. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. def errorHandler(): Flow[FlowEnvelope, FlowTransactionEvent, NotUsed]
  16. val expireHeader: (String) ⇒ String
    Definition Classes
    JmsEnvelopeHeader
  17. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  18. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  19. val idSvc: ContainerIdentifierService
  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. val replyToHeader: (String) ⇒ String
    Definition Classes
    JmsEnvelopeHeader
  29. val replyToQueueName: String
    Definition Classes
    JmsEnvelopeHeader
  30. val sendFlow: Flow[FlowEnvelope, FlowEnvelope, NotUsed]
  31. val srcDestHeader: (String) ⇒ String
    Definition Classes
    JmsEnvelopeHeader
  32. val srcProviderHeader: (String) ⇒ String
    Definition Classes
    JmsEnvelopeHeader
  33. val srcVendorHeader: (String) ⇒ String
    Definition Classes
    JmsEnvelopeHeader
  34. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  35. val timestampHeader: (String) ⇒ String
    Definition Classes
    JmsEnvelopeHeader
  36. val typeHeader: (String) ⇒ String
    Definition Classes
    JmsEnvelopeHeader
  37. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  38. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  39. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  40. def worklistEventHandler(): Graph[FanOutShape2[WorklistEvent, FlowTransactionEvent, FlowEnvelope], NotUsed]

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from JmsEnvelopeHeader

Inherited from AnyRef

Inherited from Any

Ungrouped