Package | Description |
---|---|
org.apache.qpid.proton | |
org.apache.qpid.proton.message | |
org.apache.qpid.proton.message.impl | |
org.apache.qpid.proton.messenger | |
org.apache.qpid.proton.messenger.impl |
Modifier and Type | Method and Description |
---|---|
static Message |
Proton.message() |
static Message |
Proton.message(Header header,
DeliveryAnnotations deliveryAnnotations,
MessageAnnotations messageAnnotations,
Properties properties,
ApplicationProperties applicationProperties,
Section body,
Footer footer) |
Modifier and Type | Interface and Description |
---|---|
interface |
ProtonJMessage |
Modifier and Type | Method and Description |
---|---|
static Message |
Message.Factory.create() |
static Message |
Message.Factory.create(Header header,
DeliveryAnnotations deliveryAnnotations,
MessageAnnotations messageAnnotations,
Properties properties,
ApplicationProperties applicationProperties,
Section body,
Footer footer) |
Modifier and Type | Class and Description |
---|---|
class |
MessageImpl |
Modifier and Type | Method and Description |
---|---|
Message |
Messenger.get()
Returns the message from the head of the incoming message
queue.
|
Modifier and Type | Method and Description |
---|---|
void |
Messenger.put(Message message)
Places the content contained in the message onto the outgoing
queue of the Messenger.
|
Modifier and Type | Method and Description |
---|---|
Message |
MessengerImpl.get() |
Modifier and Type | Method and Description |
---|---|
void |
MessengerImpl.put(Message m) |
Copyright © 2017 The Apache Software Foundation. All rights reserved.