final case class JmsMessageId(jmsMessageId: String) extends JmsHeader with Product with Serializable
- Source
- Headers.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- JmsMessageId
- Serializable
- Product
- Equals
- JmsHeader
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new JmsMessageId(jmsMessageId: String)
Value Members
- val jmsMessageId: String
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- val usedDuringSend: Boolean
Indicates if this header must be set during the send() operation according to the JMS specification or as attribute of the jms message before.
Indicates if this header must be set during the send() operation according to the JMS specification or as attribute of the jms message before.
- Definition Classes
- JmsMessageId → JmsHeader