Package org.springframework.conversation

Interface Summary
Conversation The interface for a conversation object being managed by the ConversationManager and created, stored and removed by the ConversationRepository.
The conversation object is most likely never used directly but rather indirectly through the ConversationScope.
ConversationManager A conversation manager is used to manage conversations, most of all, the current conversation.
 

Enum Summary
ConversationType The conversation type is used while starting a new conversation and declares how the conversation manager should create and start it as well how to end the current conversation, if any.