final case class Topic(name: String) extends Destination with Product with Serializable

Specify a topic as destination to send to/receive from.

Source
Destinations.scala
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Topic
  2. Serializable
  3. Product
  4. Equals
  5. Destination
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new Topic(name: String)

Value Members

  1. val create: (Session) => jakarta.jms.Destination
    Definition Classes
    TopicDestination
  2. val name: String
    Definition Classes
    TopicDestination
  3. def productElementNames: Iterator[String]
    Definition Classes
    Product