提交 98068500 编写于 作者: M Micha Kiener

SPR-6425, conversation listener

上级 7ced848e
......@@ -23,5 +23,15 @@ package org.springframework.conversation;
* @since 3.1
*/
public enum ConversationActivationType {
/** The conversation was newly created and hence made active. */
NEW,
/** The conversation was made active as it was manually switched to. */
SWITCHED,
/**
* The conversation was made active as its nested or isolated one ended and
* the parent was made active.
*/
NESTED_ENDED;
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册