|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ConversationManager
A conversation manager responsible for starting, resuming and ending conversations
ConversationManager| Method Summary | |
|---|---|
void |
beginOrRestoreConversation(java.lang.String cid)
Begins or restores a conversation |
void |
cleanupConversation()
Cleans up the current conversation, destroying transient conversation and handling long-running conversations |
void |
destroyAllConversations()
Destroys all long-running conversations |
java.util.Set<Conversation> |
getLongRunningConversations()
Gets the currently managed long-running conversations |
| Method Detail |
|---|
void beginOrRestoreConversation(java.lang.String cid)
cid - The incoming conversation ID. Can be null in cases of transient conversationsvoid cleanupConversation()
void destroyAllConversations()
java.util.Set<Conversation> getLongRunningConversations()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||