See: Description
| Interface | Description |
|---|---|
| ServerDataStore<T,S extends Edit<? extends Diff>> |
A server side
DataStore implementation is responsible for storing and serving data for a
Differential Synchronization implementation. |
| ServerSynchronizer<T,S extends Edit<? extends Diff>> |
A instance of this class will be able to handle tasks needed to implement
Differential Synchronization for a specific type of documents.
|
| Subscriber<T> |
Represents a subscriber of patches.
|
| Enum | Description |
|---|---|
| MessageType |
Copyright © 2015 JBoss by Red Hat. All Rights Reserved.