-
public final class StateRegistryRegistry of all state objects exposed in offline plugin.
-
-
Method Summary
Modifier and Type Method Description final QueryChannelsStatequeryChannels(FilterObject filter, QuerySort<Channel> sort)final ChannelStatechannel(String channelType, String channelId)final ThreadStatethread(String messageId)Returns ThreadState of thread replies with parent message that has id equal to messageId. final Unitclear()Clear state of all state objects. -
-
Method Detail
-
queryChannels
final QueryChannelsState queryChannels(FilterObject filter, QuerySort<Channel> sort)
-
channel
final ChannelState channel(String channelType, String channelId)
-
thread
final ThreadState thread(String messageId)
Returns ThreadState of thread replies with parent message that has id equal to messageId.
-
-
-
-