public interface ConversationService
| Modifier and Type | Method and Description |
|---|---|
String |
generateConversationId()
Generate a new conversation Id which is unique for a certain session.
|
String |
getConversationId()
Gets the current propagated conversation id or
null
if there is no conversation. |
String getConversationId()
null
if there is no conversation.String generateConversationId()
Copyright © 2008–2020 The Apache Software Foundation. All rights reserved.