class BridgeStreamBuilder extends JmsStreamSupport
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- BridgeStreamBuilder
- JmsStreamSupport
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new BridgeStreamBuilder(bridgeCfg: BridgeStreamConfig, streamsConfig: BlendedStreamsConfig)(implicit system: ActorSystem)
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- val bridgeLogger: Logger
- Attributes
- protected
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- val envLogger: FlowEnvelopeLogger
- Attributes
- protected
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- val inId: String
- Attributes
- protected
- val internalCf: Try[IdAwareConnectionFactory]
- Attributes
- protected
- val internalId: (String, String)
- Attributes
- protected
- val internalProvider: Try[BridgeProviderConfig]
- Attributes
- protected
- val isInbound: Boolean
- Attributes
- protected
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def jmsConsumer(name: String, settings: JmsConsumerSettings, minMessageDelay: Option[FiniteDuration])(implicit system: ActorSystem): Source[FlowEnvelope, NotUsed]
- Definition Classes
- JmsStreamSupport
- def jmsProducer(name: String, settings: JmsProducerSettings, autoAck: Boolean)(implicit system: ActorSystem): Flow[FlowEnvelope, FlowEnvelope, NotUsed]
- Definition Classes
- JmsStreamSupport
- def jmsRetry: Flow[FlowEnvelope, FlowEnvelope, NotUsed]
- Attributes
- protected
- def jmsSend: Flow[FlowEnvelope, FlowEnvelope, NotUsed]
- Attributes
- protected
- def jmsSource: Source[FlowEnvelope, NotUsed]
- Attributes
- protected
- val jmxComponent: String
- Attributes
- protected
- def logEnvelope(msg: String): Flow[FlowEnvelope, FlowEnvelope, NotUsed]
- Attributes
- protected
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- val outId: String
- Attributes
- protected
- def processMessages(processFlow: Flow[FlowEnvelope, FlowEnvelope, _], timeout: FiniteDuration, msgs: FlowEnvelope*)(implicit system: ActorSystem): Try[KillSwitch]
- Definition Classes
- JmsStreamSupport
- 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
- val retryCount: (FlowEnvelope) => Long
- Attributes
- protected
- val retryDest: Option[JmsDestination]
- Attributes
- protected
- def sendMessages(producerSettings: JmsProducerSettings, log: FlowEnvelopeLogger, timeout: FiniteDuration, msgs: FlowEnvelope*)(implicit system: ActorSystem): Try[KillSwitch]
- Definition Classes
- JmsStreamSupport
- def sendTransaction: Flow[FlowEnvelope, FlowEnvelope, NotUsed]
- Attributes
- protected
- val stream: Source[FlowEnvelope, NotUsed]
- val streamId: String
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toSettings(cf: IdAwareConnectionFactory, dest: Option[JmsDestination]): JmsProducerSettings
- Attributes
- protected
- def toString(): String
- Definition Classes
- AnyRef → Any
- val trackFilter: Graph[FanOutShape2[FlowEnvelope, FlowEnvelope, FlowEnvelope], NotUsed]
- Attributes
- protected[bridge]
- val transShard: Option[String]
- Attributes
- protected
- def transactionFlow: Flow[FlowEnvelope, FlowEnvelope, NotUsed]
- Attributes
- protected
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()