object JmsProducer
Ordering
- Alphabetic
 - By Inheritance
 
Inherited
- JmsProducer
 - AnyRef
 - Any
 
- Hide All
 - Show All
 
Visibility
- Public
 - Protected
 
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
 
 -    def byteStringSink(settings: JmsProducerSettings): Sink[ByteString, Future[Done]]
Create a sink to send ByteStrings to a JMS broker.
 -    def bytesSink(settings: JmsProducerSettings): Sink[Array[Byte], Future[Done]]
Create a sink to send byte arrays to a JMS broker.
 -    def clone(): AnyRef
- Attributes
 - protected[lang]
 - Definition Classes
 - AnyRef
 - Annotations
 - @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
 
 -   final  def eq(arg0: AnyRef): Boolean
- Definition Classes
 - AnyRef
 
 -    def equals(arg0: AnyRef): Boolean
- Definition Classes
 - AnyRef → Any
 
 -    def flexiFlow[PassThrough](settings: JmsProducerSettings): Flow[JmsEnvelope[PassThrough], JmsEnvelope[PassThrough], JmsProducerStatus]
Create a flow to send JmsEnvelope sub-classes to a JMS broker to support pass-through of data.
 -    def flow[T <: JmsMessage](settings: JmsProducerSettings): Flow[T, T, JmsProducerStatus]
Create a flow to send JmsMessage sub-classes to a JMS broker.
 -   final  def getClass(): Class[_ <: AnyRef]
- Definition Classes
 - AnyRef → Any
 - Annotations
 - @IntrinsicCandidate() @native()
 
 -    def hashCode(): Int
- Definition Classes
 - AnyRef → Any
 - Annotations
 - @IntrinsicCandidate() @native()
 
 -   final  def isInstanceOf[T0]: Boolean
- Definition Classes
 - Any
 
 -    def mapSink(settings: JmsProducerSettings): Sink[Map[String, Any], Future[Done]]
Create a sink to send map structures to a JMS broker.
 -   final  def ne(arg0: AnyRef): Boolean
- Definition Classes
 - AnyRef
 
 -   final  def notify(): Unit
- Definition Classes
 - AnyRef
 - Annotations
 - @IntrinsicCandidate() @native()
 
 -   final  def notifyAll(): Unit
- Definition Classes
 - AnyRef
 - Annotations
 - @IntrinsicCandidate() @native()
 
 -    def objectSink(settings: JmsProducerSettings): Sink[Serializable, Future[Done]]
Create a sink to send serialized objects to a JMS broker.
 -    def sink(settings: JmsProducerSettings): Sink[JmsMessage, Future[Done]]
Create a sink to send JmsMessage sub-classes to a JMS broker.
 -   final  def synchronized[T0](arg0: => T0): T0
- Definition Classes
 - AnyRef
 
 -    def textSink(settings: JmsProducerSettings): Sink[String, Future[Done]]
Create a sink to send Strings as text messages to a JMS broker.
 -    def toString(): String
- Definition Classes
 - AnyRef → Any
 
 -   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()
 
 -   final  def wait(): Unit
- Definition Classes
 - AnyRef
 - Annotations
 - @throws(classOf[java.lang.InterruptedException])