class BasicProperties extends AnyRef
Like BasicProperties
- Alphabetic
- By Inheritance
- BasicProperties
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Instance Constructors
- new BasicProperties(_asJava: AnyRef)
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
appId(): String
- returns
appId, or
null
if it has not been set.
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- def asJava: AnyRef
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
def
clusterId(): String
- returns
clusterId, or
null
if it has not been set.
-
def
contentEncoding(): String
- returns
contentEncoding of a message, or
null
if it has not been set.
-
def
contentType(): String
- returns
contentType of a message, or
null
if it has not been set.
-
def
correlationId(): String
- returns
correlationId of a message, or
null
if it has not been set.
-
def
deliveryMode(): Int
- returns
deliveryMode of a message, or
null
if it has not been set.
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
expiration(): String
- returns
expiration of a message, or
null
if it has not been set.
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
messageId(): String
- returns
messageId, or
null
if it has not been set.
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
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. -
def
replyTo(): String
- returns
replyTo address, or
null
if it has not been set.
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
timestamp(): Long
- returns
timestamp of a message, or
null
if it has not been set.
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
def
type(): String
- returns
type of a message, or
null
if it has not been set.
-
def
userId(): String
- returns
userId, or
null
if it has not been set.
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )