public class ConversationKeyUtils extends Object
ConversationKey
from
a FlowDocument
and converting it to/from a string
so that it can be used in group-by statements when querying.
These methods are optimized for speed when generating the key,
with the constraint that we must also be able to decode the key.Constructor and Description |
---|
ConversationKeyUtils() |
Modifier and Type | Method and Description |
---|---|
static ConversationKey |
fromJsonString(String json) |
static String |
getConvoKeyAsJsonString(FlowDocument document) |
public static ConversationKey fromJsonString(String json)
public static String getConvoKeyAsJsonString(FlowDocument document)
Copyright © 2021. All rights reserved.