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

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from JmsStreamSupport

Inherited from AnyRef

Inherited from Any

Ungrouped