| Package | Description |
|---|---|
| org.jboss.aerogear.sync.client |
This package contains interfaces for AeroGear Sync Client API.
|
| org.jboss.aerogear.sync.server |
This package contains interfaces for AeroGear Sync Server API.
|
| Modifier and Type | Method and Description |
|---|---|
PatchMessage<S> |
ClientSynchronizer.createPatchMessage(String documentId,
String clientId,
Queue<S> edits)
Creates a new
PatchMessage with the with the type of Edit that this
synchronizer can handle. |
PatchMessage<S> |
ClientSynchronizer.patchMessageFromJson(String json)
Creates a {link PatchMessage} by parsing the passed-in json.
|
| Modifier and Type | Method and Description |
|---|---|
PatchMessage<S> |
ServerSynchronizer.createPatchMessage(String documentId,
String clientId,
Queue<S> edits)
Creates a new
PatchMessage with the with the type of Edit that this
synchronizer can handle. |
PatchMessage<S> |
ServerSynchronizer.patchMessageFromJson(String json)
Creates a {link PatchMessage} by parsing the passed-in json.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Subscriber.patched(PatchMessage<?> patchMessage)
Is called when this subscribers underlying document has been patched, allowing
it to handle the
PatchMessage. |
Copyright © 2015 JBoss by Red Hat. All Rights Reserved.