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