-
public final class ClientEvent.MessageUpdated extends ClientEvent
A previously-added message was updated. id matches the lookup key the consumer used when the row was added — equal to the provisional's
localIdfor outbound ack / failure, ormessage.idfor server-driven updates. Always non-empty.
-
-
Constructor Summary
Constructors Constructor Description ClientEvent.MessageUpdated(String sessionId, String id, Message message)
-
Method Summary
Modifier and Type Method Description StringgetSessionId()final StringgetId()final MessagegetMessage()-
-
Method Detail
-
getSessionId
String getSessionId()
-
getMessage
final Message getMessage()
-
-
-
-