Package server.chat
package server.chat
-
ClassDescription玩家聊天記錄服務(單例):把所有頻道的對話非同步寫入
chatlog資料表,並每日清除超過保留期的舊記錄。玩家聊天記錄(chatlog資料表)的頻道型別代碼。Pure-function tests for the chat-logChatLogTypeenum and the statelessChatLogService.isCommand(String)predicate (offline, no DB/Timer/單例).