T - The type of the Edit that this PatchMessage holdspublic interface PatchMessage<T extends Edit<? extends Diff>> extends Payload<PatchMessage<T>>
A PatchMessage is what is passed between the client and the server. It contains a Queue of
Edits that represent updates to be performed on the opposing sides document.
| Modifier and Type | Method and Description |
|---|---|
String |
clientId()
Identifies the client that this edit instance belongs to.
|
String |
documentId()
Identifies the document that this edit is related to
|
Queue<T> |
edits()
The individual
Edits. |
Copyright © 2015 JBoss by Red Hat. All Rights Reserved.