sealed class JmsObjectMessagePassThrough[+PassThrough] extends JmsEnvelope[PassThrough]
Produces object messages to JMS, supports pass-through data.
- PassThrough
the type of data passed through the
flexiFlow
- Source
- JmsMessages.scala
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- JmsObjectMessagePassThrough
- JmsEnvelope
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new JmsObjectMessagePassThrough(serializable: Serializable, headers: Set[JmsHeader] = Set.empty, properties: Map[String, Any] = Map.empty, destination: Option[Destination] = None, passThrough: PassThrough)
- Attributes
- protected[jms]
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 clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- val destination: Option[Destination]
- Definition Classes
- JmsObjectMessagePassThrough → JmsEnvelope
- 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 getDestination: Optional[Destination]
Java API.
Java API.
- Definition Classes
- JmsEnvelope
- def getHeaders: Collection[JmsHeader]
Java API.
Java API.
- Definition Classes
- JmsEnvelope
- def getPassThrough: PassThrough
Java API
Java API
- Definition Classes
- JmsEnvelope
- def getProperties: Map[String, Any]
Java API.
Java API.
- Definition Classes
- JmsEnvelope
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- val headers: Set[JmsHeader]
- Definition Classes
- JmsObjectMessagePassThrough → JmsEnvelope
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- 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 passThrough: PassThrough
- Definition Classes
- JmsObjectMessagePassThrough → JmsEnvelope
- val properties: Map[String, Any]
- Definition Classes
- JmsObjectMessagePassThrough → JmsEnvelope
- val serializable: Serializable
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def to(destination: Destination): JmsObjectMessagePassThrough[PassThrough]
- def toQueue(name: String): JmsObjectMessagePassThrough[PassThrough]
- def toString(): String
- Definition Classes
- AnyRef → Any
- def toTopic(name: String): JmsObjectMessagePassThrough[PassThrough]
- 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()
- def withHeader(jmsHeader: JmsHeader): JmsObjectMessagePassThrough[PassThrough]
Add a Jms header e.g.
Add a Jms header e.g. JMSType
- def withPassThrough[PassThrough2](passThrough: PassThrough2): JmsObjectMessagePassThrough[PassThrough2]
- def withProperties(props: Map[String, Any]): JmsObjectMessagePassThrough[PassThrough]
- def withProperty(name: String, value: Any): JmsObjectMessagePassThrough[PassThrough]
Add a property
- def withoutDestination: JmsObjectMessagePassThrough[PassThrough]