| Package | Description |
|---|---|
| org.hawkular.bus.common |
| Modifier and Type | Method and Description |
|---|---|
MessageId |
BasicMessage.getCorrelationId()
If this message is correlated with another message, this will be that other message's ID.
|
MessageId |
BasicMessage.getMessageId()
Returns the message ID that was assigned to this message by the messaging infrastructure.
|
MessageId |
SimpleMessageProcessor.send(BasicMessage basicMessage) |
MessageId |
SimpleMessageProcessor.send(BasicMessage basicMessage,
Map<String,String> headers) |
MessageId |
MessageProcessor.send(ProducerConnectionContext context,
BasicMessage basicMessage)
Same as
MessageProcessor.send(ProducerConnectionContext, BasicMessage, Map) with null headers. |
MessageId |
MessageProcessor.send(ProducerConnectionContext context,
BasicMessage basicMessage,
Map<String,String> headers)
Send the given message to its destinations across the message bus.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BasicMessage.setCorrelationId(MessageId correlationId) |
void |
BasicMessage.setMessageId(MessageId messageId) |
Copyright © 2015 Red Hat, Inc.. All rights reserved.