| Package | Description |
|---|---|
| nats.client |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultMessage
Provides a default implementation of the
Message interface. |
| Modifier and Type | Method and Description |
|---|---|
protected Message |
DefaultSubscription.createMessage(String subject,
String body,
String queueGroup,
String replyTo) |
Message |
MessageIterator.next()
Returns the next
Message sent by the Nats server. |
Message |
BlockingQueueMessageIterator.next() |
Message |
MessageIterator.next(long timeout,
TimeUnit unit)
Returns the next
Message sent by the Nats server within the specified time limit. |
Message |
BlockingQueueMessageIterator.next(long timeout,
TimeUnit unit) |
| Modifier and Type | Method and Description |
|---|---|
void |
MessageHandler.onMessage(Message message) |
void |
BlockingQueueMessageIterator.onMessage(Message message) |
Copyright © 2015. All Rights Reserved.