Class ConversationKeyUtils


  • public class ConversationKeyUtils
    extends Object
    Utility class for building the 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.
    Author:
    jwhite
    • Constructor Detail

      • ConversationKeyUtils

        public ConversationKeyUtils()