public static class RequestResponseConversation.Provider extends AbstractConversationProvider
Constructor and Description |
---|
RequestResponseConversation.Provider() |
Modifier and Type | Method and Description |
---|---|
Conversation |
newConversation(String topic,
int cid,
int pid)
Get a conversation for the specified topic.
|
removeConversation
public RequestResponseConversation.Provider()
public Conversation newConversation(String topic, int cid, int pid)
ConversationProvider
topic
- name of the conversation topiccid
- conversation idpid
- unique conversation id of the parent conversation; 0 if
no parent conversationCopyright © 2015. All Rights Reserved.