Package dev.vality.damsel.messages
Interface MessageServiceSrv.Iface
- All Known Implementing Classes:
MessageServiceSrv.Client
- Enclosing class:
- MessageServiceSrv
public static interface MessageServiceSrv.Iface
-
Method Summary
Modifier and Type Method Description GetConversationResponsegetConversations(List<String> conversation_ids, ConversationFilter filter)voidsaveConversations(List<Conversation> conversations, User user)
-
Method Details
-
getConversations
GetConversationResponse getConversations(List<String> conversation_ids, ConversationFilter filter) throws ConversationsNotFound, org.apache.thrift.TException- Throws:
ConversationsNotFoundorg.apache.thrift.TException
-
saveConversations
void saveConversations(List<Conversation> conversations, User user) throws org.apache.thrift.TException- Throws:
org.apache.thrift.TException
-