public static class CollaborationMessagePersister.FetchQuery extends EventObject
source
Modifier and Type | Method and Description |
---|---|
Instant |
getSince()
Gets the timestamp since when messages should be fetched.
|
MessageManager |
getSource() |
String |
getTopicId()
Gets the topic identifier.
|
toString
public String getTopicId()
public Instant getSince()
Note: You must include the messages sent during or after this timestamp, including the messages sent at this exact time. More formally, you should return all such messages, for which the following condition is true:
message.getTime() >= fetchQuery.getSince()
public MessageManager getSource()
getSource
in class EventObject
Copyright © 2022. All rights reserved.