T
- exact storage typepublic interface SeamConversationContext<T>
Modifier and Type | Method and Description |
---|---|
SeamConversationContext<T> |
activate(String conversationId)
Activate conversation with given id.
|
SeamConversationContext<T> |
associate(T storage)
Associate storage with conversation context.
|
SeamConversationContext<T> |
deactivate()
Deactivate conversation context(s).
|
SeamConversationContext<T> |
dissociate(T storage)
Dissociate storage with conversation context.
|
SeamConversationContext<T> |
invalidate()
Invalidate conversation context.
|
SeamConversationContext<T> associate(T storage)
storage
- the current storageSeamConversationContext<T> activate(String conversationId)
conversationId
- the conversation id to activateSeamConversationContext<T> invalidate()
SeamConversationContext<T> deactivate()
SeamConversationContext<T> dissociate(T storage)
storage
- the current storageCopyright © 2014. All rights reserved.