final class JmsByteStringMessage extends JmsByteStringMessagePassThrough[NotUsed] with JmsMessage

Produces byte array messages to JMS from the incoming ByteString.

Source
JmsMessages.scala
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. JmsByteStringMessage
  2. JmsMessage
  3. JmsByteStringMessagePassThrough
  4. JmsEnvelopeWithProperties
  5. JmsEnvelope
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. val bytes: ByteString
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  7. val destination: Option[Destination]
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  10. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  11. def getDestination: Optional[Destination]

    Java API.

    Java API.

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

    Java API.

    Java API.

    Definition Classes
    JmsEnvelope
  13. def getPassThrough: NotUsed

    Java API

    Java API

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

    Java API.

    Java API.

    Definition Classes
    JmsEnvelope
  15. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  16. val headers: Set[JmsHeader]
  17. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  18. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  19. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  20. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  21. val passThrough: NotUsed
  22. val properties: Map[String, Any]
  23. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  24. def to(destination: Destination): JmsByteStringMessage
  25. def toQueue(name: String): JmsByteStringMessage
  26. def toString(): String
    Definition Classes
    AnyRef → Any
  27. def toTopic(name: String): JmsByteStringMessage
  28. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  29. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  30. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. def withHeader(jmsHeader: JmsHeader): JmsByteStringMessage

    Add a Jms header e.g.

    Add a Jms header e.g. JMSType

    Definition Classes
    JmsByteStringMessageJmsMessageJmsByteStringMessagePassThrough
  32. def withHeaders(newHeaders: Set[JmsHeader]): JmsByteStringMessage
    Definition Classes
    JmsByteStringMessageJmsMessage
  33. def withPassThrough[PassThrough2](passThrough: PassThrough2): JmsByteStringMessagePassThrough[PassThrough2]
  34. def withProperties(map: Map[String, AnyRef]): JmsByteStringMessage

    Java API.

  35. def withProperties(props: Map[String, Any]): JmsByteStringMessage
  36. def withProperty(name: String, value: Any): JmsByteStringMessage

    Add a property

  37. def withoutDestination: JmsByteStringMessage

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from JmsMessage

Inherited from JmsEnvelope[NotUsed]

Inherited from AnyRef

Inherited from Any

Ungrouped