sealed trait JmsEnvelope[+PassThrough] extends AnyRef

Base interface for messages handled by JmsProducers. Sub-classes support pass-through or use pekko.NotUsed as type for pass-through.

PassThrough

the type of data passed through the flexiFlow

Source
JmsMessages.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. JmsEnvelope
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Abstract Value Members

  1. abstract def destination: Option[Destination]
  2. abstract def headers: Set[JmsHeader]
  3. abstract def passThrough: PassThrough
  4. abstract def properties: Map[String, Any]

Concrete Value Members

  1. def getDestination: Optional[Destination]

    Java API.

  2. def getHeaders: Collection[JmsHeader]

    Java API.

  3. def getPassThrough: PassThrough

    Java API

  4. def getProperties: Map[String, Any]

    Java API.