Uses of Class
com.developer.nefarious.zjoule.plugin.chat.models.MessageHistory
Packages that use MessageHistory
-
Uses of MessageHistory in com.developer.nefarious.zjoule.plugin.chat.memory
Methods in com.developer.nefarious.zjoule.plugin.chat.memory that return MessageHistoryModifier and TypeMethodDescriptionIMemoryMessageHistory.load()
Loads the chat message history from memory.MemoryMessageHistory.load()
Loads the chat message history from memory.Methods in com.developer.nefarious.zjoule.plugin.chat.memory with parameters of type MessageHistoryModifier and TypeMethodDescriptionvoid
IMemoryMessageHistory.save
(MessageHistory messageHistory) Saves the givenMessageHistory
object to memory.void
MemoryMessageHistory.save
(MessageHistory messageHistory) Saves the givenMessageHistory
object to memory.