| Modifier and Type | Method and Description |
|---|---|
TypedProperties |
ClientMessageInternal.getProperties() |
TypedProperties |
ClientMessageImpl.getProperties() |
| Modifier and Type | Field and Description |
|---|---|
protected TypedProperties |
CoreMessage.properties |
| Modifier and Type | Method and Description |
|---|---|
protected TypedProperties |
CoreMessage.checkProperties()
I am keeping this synchronized as the decode of the Properties is lazy
|
TypedProperties |
CoreMessage.getTypedProperties() |
| Constructor and Description |
|---|
CoreMessage(CoreMessage other,
TypedProperties copyProperties) |
| Modifier and Type | Method and Description |
|---|---|
TypedProperties |
Notification.getProperties() |
| Constructor and Description |
|---|
Notification(String uid,
NotificationType type,
TypedProperties properties) |
| Modifier and Type | Method and Description |
|---|---|
static TypedProperties |
MapMessageUtil.readBodyMap(ActiveMQBuffer message)
Utility method to set the map on a message body
|
| Modifier and Type | Method and Description |
|---|---|
static void |
MapMessageUtil.readBodyMap(ActiveMQBuffer message,
TypedProperties map)
Utility method to set the map on a message body
|
static void |
MapMessageUtil.writeBodyMap(ActiveMQBuffer message,
TypedProperties properties)
Utility method to set the map on a message body
|
| Modifier and Type | Class and Description |
|---|---|
class |
TypedProperties
Deprecated.
Use
instead |
| Constructor and Description |
|---|
TypedProperties(TypedProperties other)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TypedProperties.putTypedProperties(TypedProperties otherProps) |
static void |
TypedProperties.setObjectProperty(SimpleString key,
Object value,
TypedProperties properties)
Helper for MapMessage#setObjectProperty(String, Object)
|
| Constructor and Description |
|---|
TypedProperties(TypedProperties other) |
Copyright © 2019 JBoss by Red Hat. All rights reserved.