| Package | Description |
|---|---|
| org.jboss.aerogear.sync.server |
This package contains interfaces for AeroGear Sync Server API.
|
| org.jboss.aerogear.sync.server.gcm |
This package contains Google Cloud Messaging classes for usage with AeroGear Sync Server.
|
| org.jboss.aerogear.sync.server.netty |
This package contains Netty Servers for AeroGear Sync.
|
| Modifier and Type | Method and Description |
|---|---|
Set<Subscriber<?>> |
ServerSyncEngine.getSubscribers(String documentId)
Returns all the subscribers for the specified document.
|
| Modifier and Type | Method and Description |
|---|---|
PatchMessage<S> |
ServerSyncEngine.addSubscriber(Subscriber<?> subscriber,
Document<T> document)
Adds a subscriber for the specified document.
|
void |
ServerSyncEngine.connectSubscriber(Subscriber<?> subscriber,
String documentId)
Connects a subscriber to an already existing document.
|
void |
ServerSyncEngine.removeSubscriber(Subscriber<?> subscriber,
String documentId)
Removes the specified
Subscriber. |
| Modifier and Type | Class and Description |
|---|---|
class |
GcmSubscriber |
| Modifier and Type | Class and Description |
|---|---|
class |
NettySubscriber |
Copyright © 2015 JBoss by Red Hat. All Rights Reserved.