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, CompletionStage[Done]]
Create a sink to send ByteStrings to a JMS broker.
- def bytesSink(settings: JmsProducerSettings): Sink[Array[Byte], CompletionStage[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]) @native()
- 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])
- 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[R <: JmsMessage](settings: JmsProducerSettings): Flow[R, R, JmsProducerStatus]
Create a flow to send JmsMessage sub-classes to a JMS broker.
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def mapSink(settings: JmsProducerSettings): Sink[Map[String, Any], CompletionStage[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
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def objectSink(settings: JmsProducerSettings): Sink[Serializable, CompletionStage[Done]]
Create a sink to send serialized objects to a JMS broker.
- def sink[R <: JmsMessage](settings: JmsProducerSettings): Sink[R, CompletionStage[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, CompletionStage[Done]]
Create a sink to send Strings as text messages to a JMS broker.
- def toString(): String
- Definition Classes
- AnyRef → Any
- 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()