sealed trait JmsEnvelopeWithProperties[+PassThrough] extends JmsEnvelope[PassThrough]
Marker trait for stream elements that contain pass-through data with properties.
- Source
- JmsMessages.scala
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- JmsEnvelopeWithProperties
- JmsEnvelope
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Abstract Value Members
- abstract def destination: Option[Destination]
- Definition Classes
- JmsEnvelope
- abstract def headers: Set[JmsHeader]
- Definition Classes
- JmsEnvelope
- abstract def passThrough: PassThrough
- Definition Classes
- JmsEnvelope
- abstract def properties: Map[String, Any]
- Definition Classes
- JmsEnvelope
- abstract def withProperties(properties: Map[String, AnyRef]): JmsEnvelopeWithProperties[PassThrough]
Java API.
- abstract def withProperties(props: Map[String, Any]): JmsEnvelopeWithProperties[PassThrough]
- abstract def withProperty(name: String, value: Any): JmsEnvelopeWithProperties[PassThrough]
Concrete Value Members
- 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