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. All

Instance Constructors

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

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[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  7. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  8. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  9. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  10. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  11. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  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, materializer: Materializer): 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. def logEnvelope(msg: String): Flow[FlowEnvelope, FlowEnvelope, NotUsed]
    Attributes
    protected
  24. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  25. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  26. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  27. val outId: String
    Attributes
    protected
  28. def processMessages(processFlow: Flow[FlowEnvelope, FlowEnvelope, _], msgs: FlowEnvelope*)(implicit system: ActorSystem): Try[KillSwitch]
    Definition Classes
    JmsStreamSupport
  29. def receiveMessages(headerCfg: FlowHeaderConfig, cf: IdAwareConnectionFactory, dest: JmsDestination, log: Logger, listener: Integer, minMessageDelay: Option[FiniteDuration], selector: Option[String])(implicit timeout: FiniteDuration, system: ActorSystem, materializer: Materializer): Collector[FlowEnvelope]
    Definition Classes
    JmsStreamSupport
  30. val retryDest: Option[JmsDestination]
    Attributes
    protected
  31. def sendMessages(producerSettings: JmsProducerSettings, log: Logger, msgs: FlowEnvelope*)(implicit system: ActorSystem, materializer: Materializer, ectxt: ExecutionContext): Try[KillSwitch]
    Definition Classes
    JmsStreamSupport
  32. def sendTransaction: Flow[FlowEnvelope, FlowEnvelope, NotUsed]
    Attributes
    protected
  33. val stream: Source[FlowEnvelope, NotUsed]
  34. val streamCfg: StreamControllerConfig
  35. val streamId: String
    Attributes
    protected
  36. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  37. def toSettings(cf: IdAwareConnectionFactory, dest: Option[JmsDestination]): JmsProducerSettings
    Attributes
    protected
  38. def toString(): String
    Definition Classes
    AnyRef → Any
  39. val trackFilter: Graph[FanOutShape2[FlowEnvelope, FlowEnvelope, FlowEnvelope], NotUsed]
    Attributes
    protected[blended.jms.bridge]
  40. val transShard: Option[String]
    Attributes
    protected
  41. def transactionFlow: Flow[FlowEnvelope, FlowEnvelope, NotUsed]
    Attributes
    protected
  42. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  43. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  44. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )

Inherited from JmsStreamSupport

Inherited from AnyRef

Inherited from Any

Ungrouped