ActiveMQMessage

final case class ActiveMQMessage(messageID: String, messageType: String, timestamp: Long, deliveryMode: Int, correlationID: String, replyTo: String, destination: ActiveMQMessageDestination, redelivered: Boolean, `type`: String, expiration: Long, priority: Int, data: String, brokerInTime: Long, brokerOutTime: Long)
Companion:
object
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product