Packages

c

blended.jms.bridge.internal

BridgeStreamBuilder

class BridgeStreamBuilder extends JmsStreamSupport

Linear Supertypes
JmsStreamSupport, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. BridgeStreamBuilder
  2. JmsStreamSupport
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new BridgeStreamBuilder(bridgeCfg: BridgeStreamConfig, streamsConfig: BlendedStreamsConfig)(implicit system: ActorSystem)

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. val bridgeLogger: Logger
    Attributes
    protected
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  7. val envLogger: FlowEnvelopeLogger
    Attributes
    protected
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  10. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  11. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  12. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  13. val inId: String
    Attributes
    protected
  14. val internalCf: Try[IdAwareConnectionFactory]
    Attributes
    protected
  15. val internalId: (String, String)
    Attributes
    protected
  16. val internalProvider: Try[BridgeProviderConfig]
    Attributes
    protected
  17. val isInbound: Boolean
    Attributes
    protected
  18. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  19. def jmsConsumer(name: String, settings: JmsConsumerSettings, minMessageDelay: Option[FiniteDuration])(implicit system: ActorSystem): Source[FlowEnvelope, NotUsed]
    Definition Classes
    JmsStreamSupport
  20. def jmsProducer(name: String, settings: JmsProducerSettings, autoAck: Boolean)(implicit system: ActorSystem): Flow[FlowEnvelope, FlowEnvelope, NotUsed]
    Definition Classes
    JmsStreamSupport
  21. def jmsRetry: Flow[FlowEnvelope, FlowEnvelope, NotUsed]
    Attributes
    protected
  22. def jmsSend: Flow[FlowEnvelope, FlowEnvelope, NotUsed]
    Attributes
    protected
  23. def jmsSource: Source[FlowEnvelope, NotUsed]
    Attributes
    protected
  24. val jmxComponent: String
    Attributes
    protected
  25. def logEnvelope(msg: String): Flow[FlowEnvelope, FlowEnvelope, NotUsed]
    Attributes
    protected
  26. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  27. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  28. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  29. val outId: String
    Attributes
    protected
  30. def processMessages(processFlow: Flow[FlowEnvelope, FlowEnvelope, _], timeout: FiniteDuration, msgs: FlowEnvelope*)(implicit system: ActorSystem): Try[KillSwitch]
    Definition Classes
    JmsStreamSupport
  31. def receiveMessages(headerCfg: FlowHeaderConfig, cf: IdAwareConnectionFactory, dest: JmsDestination, log: FlowEnvelopeLogger, listener: Integer, minMessageDelay: Option[FiniteDuration], selector: Option[String], completeOn: Option[(Seq[FlowEnvelope]) => Boolean], timeout: Option[FiniteDuration], ackTimeout: FiniteDuration)(implicit system: ActorSystem): Collector[FlowEnvelope]
    Definition Classes
    JmsStreamSupport
  32. val retryCount: (FlowEnvelope) => Long
    Attributes
    protected
  33. val retryDest: Option[JmsDestination]
    Attributes
    protected
  34. def sendMessages(producerSettings: JmsProducerSettings, log: FlowEnvelopeLogger, timeout: FiniteDuration, msgs: FlowEnvelope*)(implicit system: ActorSystem): Try[KillSwitch]
    Definition Classes
    JmsStreamSupport
  35. def sendTransaction: Flow[FlowEnvelope, FlowEnvelope, NotUsed]
    Attributes
    protected
  36. val stream: Source[FlowEnvelope, NotUsed]
  37. val streamId: String
  38. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  39. def toSettings(cf: IdAwareConnectionFactory, dest: Option[JmsDestination]): JmsProducerSettings
    Attributes
    protected
  40. def toString(): String
    Definition Classes
    AnyRef → Any
  41. val trackFilter: Graph[FanOutShape2[FlowEnvelope, FlowEnvelope, FlowEnvelope], NotUsed]
    Attributes
    protected[bridge]
  42. val transShard: Option[String]
    Attributes
    protected
  43. def transactionFlow: Flow[FlowEnvelope, FlowEnvelope, NotUsed]
    Attributes
    protected
  44. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  45. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  46. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from JmsStreamSupport

Inherited from AnyRef

Inherited from Any

Ungrouped