Packages

class BasicProperties extends AnyRef

Like BasicProperties

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. BasicProperties
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new BasicProperties(_asJava: AnyRef)

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. def appId(): String

    returns

    appId, or null if it has not been set.

  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def asJava: AnyRef
  7. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  8. def clusterId(): String

    returns

    clusterId, or null if it has not been set.

  9. def contentEncoding(): String

    returns

    contentEncoding of a message, or null if it has not been set.

  10. def contentType(): String

    returns

    contentType of a message, or null if it has not been set.

  11. def correlationId(): String

    returns

    correlationId of a message, or null if it has not been set.

  12. def deliveryMode(): Int

    returns

    deliveryMode of a message, or null if it has not been set.

  13. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  15. def expiration(): String

    returns

    expiration of a message, or null if it has not been set.

  16. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  17. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  18. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  19. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  20. def messageId(): String

    returns

    messageId, or null if it has not been set.

  21. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  22. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  23. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  24. def priority(): Int

    Retrieve the value in the priority field.

    Retrieve the value in the priority field. * @return priority of a message, or null if it has not been set.

  25. def replyTo(): String

    returns

    replyTo address, or null if it has not been set.

  26. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  27. def timestamp(): Long

    returns

    timestamp of a message, or null if it has not been set.

  28. def toString(): String
    Definition Classes
    AnyRef → Any
  29. def type(): String

    returns

    type of a message, or null if it has not been set.

  30. def userId(): String

    returns

    userId, or null if it has not been set.

  31. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped