t

org.apache.pekko.stream.connectors.jakartams

JmsEnvelopeWithProperties

sealed trait JmsEnvelopeWithProperties[+PassThrough] extends JmsEnvelope[PassThrough]

Marker trait for stream elements that contain pass-through data with properties.

Source
JmsMessages.scala
Linear Supertypes
JmsEnvelope[PassThrough], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. JmsEnvelopeWithProperties
  2. JmsEnvelope
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Abstract Value Members

  1. abstract def destination: Option[Destination]
    Definition Classes
    JmsEnvelope
  2. abstract def headers: Set[JmsHeader]
    Definition Classes
    JmsEnvelope
  3. abstract def passThrough: PassThrough
    Definition Classes
    JmsEnvelope
  4. abstract def properties: Map[String, Any]
    Definition Classes
    JmsEnvelope
  5. abstract def withProperties(properties: Map[String, AnyRef]): JmsEnvelopeWithProperties[PassThrough]

    Java API.

  6. abstract def withProperties(props: Map[String, Any]): JmsEnvelopeWithProperties[PassThrough]
  7. abstract def withProperty(name: String, value: Any): JmsEnvelopeWithProperties[PassThrough]

Concrete Value Members

  1. def getDestination: Optional[Destination]

    Java API.

    Java API.

    Definition Classes
    JmsEnvelope
  2. def getHeaders: Collection[JmsHeader]

    Java API.

    Java API.

    Definition Classes
    JmsEnvelope
  3. def getPassThrough: PassThrough

    Java API

    Java API

    Definition Classes
    JmsEnvelope
  4. def getProperties: Map[String, Any]

    Java API.

    Java API.

    Definition Classes
    JmsEnvelope