case class DispatcherBuilder(idSvc: ContainerIdentifierService, dispatcherCfg: ResourceTypeRouterConfig, sendFlow: Flow[FlowEnvelope, FlowEnvelope, NotUsed])(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])(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. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. def errorHandler(): Flow[FlowEnvelope, FlowTransactionEvent, NotUsed]
  15. val expireHeader: (String) ⇒ String
    Definition Classes
    JmsEnvelopeHeader
  16. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  17. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  18. val idSvc: ContainerIdentifierService
  19. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  20. val jmsHeaderPrefix: (String) ⇒ String
    Definition Classes
    JmsEnvelopeHeader
  21. val msgIdHeader: (String) ⇒ String
    Definition Classes
    JmsEnvelopeHeader
  22. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  23. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  24. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  25. def outbound(): Graph[FanOutShape2[FlowEnvelope, WorklistEvent, FlowEnvelope], NotUsed]
  26. val priorityHeader: (String) ⇒ String
    Definition Classes
    JmsEnvelopeHeader
  27. val replyToHeader: (String) ⇒ String
    Definition Classes
    JmsEnvelopeHeader
  28. val replyToQueueName: String
    Definition Classes
    JmsEnvelopeHeader
  29. val sendFlow: Flow[FlowEnvelope, FlowEnvelope, NotUsed]
  30. val srcDestHeader: (String) ⇒ String
    Definition Classes
    JmsEnvelopeHeader
  31. val srcProviderHeader: (String) ⇒ String
    Definition Classes
    JmsEnvelopeHeader
  32. val srcVendorHeader: (String) ⇒ String
    Definition Classes
    JmsEnvelopeHeader
  33. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  34. val timestampHeader: (String) ⇒ String
    Definition Classes
    JmsEnvelopeHeader
  35. val typeHeader: (String) ⇒ String
    Definition Classes
    JmsEnvelopeHeader
  36. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  38. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  39. 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