@Component
public interface RelayAddressDao
| Modifier and Type | Method and Description |
|---|---|
void |
addRelayRecipient(String email) |
void |
clearRelayRecipients() |
List<String> |
getRelayRecipients() |
boolean |
isRelayRecipient(String email) |
void |
removeRelayRecipient(String email) |
Copyright © 2015. All rights reserved.