sealed abstract class Destination extends AnyRef

A destination to send to/receive from.

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

Abstract Value Members

  1. abstract val create: (Session) => jakarta.jms.Destination
  2. abstract val name: String