Package | Description |
---|---|
com.datastax.driver.osgi.api | |
com.datastax.driver.osgi.impl |
Modifier and Type | Method and Description |
---|---|
Iterable<MailboxMessage> |
MailboxService.getMessages(String recipient)
Retrieve all messages for a given recipient.
|
Modifier and Type | Method and Description |
---|---|
long |
MailboxService.sendMessage(MailboxMessage message)
Stores the given message in the appropriate mailbox.
|
Modifier and Type | Method and Description |
---|---|
Iterable<MailboxMessage> |
MailboxImpl.getMessages(String recipient) |
Modifier and Type | Method and Description |
---|---|
long |
MailboxImpl.sendMessage(MailboxMessage message) |
Copyright © 2012–2018. All rights reserved.