case class DispatcherFanout(dispatcherCfg: ResourceTypeRouterConfig, ctCtxt: ContainerContext, streamLogger: 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. DispatcherFanout
  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 DispatcherFanout(dispatcherCfg: ResourceTypeRouterConfig, ctCtxt: ContainerContext, streamLogger: 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. def build(): Graph[FanOutShape2[FlowEnvelope, FlowEnvelope, WorklistEvent], NotUsed]
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  7. val corrIdHeader: (String) => String
    Definition Classes
    JmsEnvelopeHeader
  8. val ctCtxt: ContainerContext
  9. val deliveryModeHeader: (String) => String
    Definition Classes
    JmsEnvelopeHeader
  10. val destHeader: (String) => String
    Definition Classes
    JmsEnvelopeHeader
  11. val dispatcherCfg: ResourceTypeRouterConfig
  12. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. val expireHeader: (String) => String
    Definition Classes
    JmsEnvelopeHeader
  14. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  15. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  16. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  17. val jmsHeaderPrefix: (String) => String
    Definition Classes
    JmsEnvelopeHeader
  18. val msgIdHeader: (String) => String
    Definition Classes
    JmsEnvelopeHeader
  19. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  21. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  22. val priorityHeader: (String) => String
    Definition Classes
    JmsEnvelopeHeader
  23. def productElementNames: Iterator[String]
    Definition Classes
    Product
  24. val replyToHeader: (String) => String
    Definition Classes
    JmsEnvelopeHeader
  25. val replyToQueueName: String
    Definition Classes
    JmsEnvelopeHeader
  26. val srcDestHeader: (String) => String
    Definition Classes
    JmsEnvelopeHeader
  27. val srcProviderHeader: (String) => String
    Definition Classes
    JmsEnvelopeHeader
  28. val srcVendorHeader: (String) => String
    Definition Classes
    JmsEnvelopeHeader
  29. val streamLogger: FlowEnvelopeLogger
  30. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  31. val timestampHeader: (String) => String
    Definition Classes
    JmsEnvelopeHeader
  32. val typeHeader: (String) => String
    Definition Classes
    JmsEnvelopeHeader
  33. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  34. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  35. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from JmsEnvelopeHeader

Inherited from AnyRef

Inherited from Any

Ungrouped