public static class ChatChannelManager.ChatHistoryResult extends Object
ChatChannelManager.collectChatHistory(com.threerings.util.Name, com.samskivert.util.ResultListener<com.threerings.crowd.chat.server.ChatChannelManager.ChatHistoryResult>) after polling all peer nodes.| Modifier and Type | Field and Description |
|---|---|
Set<String> |
failedNodes
The set of nodes that either did not reply within the timeout, or had a failure.
|
List<ChatHistory.Entry> |
history
The things in the user's chat history, aggregated from all nodes and sorted by
timestamp.
|
| Constructor and Description |
|---|
ChatHistoryResult() |
public Set<String> failedNodes
public List<ChatHistory.Entry> history
Copyright © 2015. All rights reserved.