final case class JmsExpiration(jmsExpiration: Long) extends JmsHeader with Product with Serializable
- Source
- Headers.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- JmsExpiration
- Serializable
- Product
- Equals
- JmsHeader
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- val jmsExpiration: Long
- 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
- JmsExpiration → JmsHeader