public class PublisherSubscriberService extends Object
| Constructor and Description |
|---|
PublisherSubscriberService() |
| Modifier and Type | Method and Description |
|---|---|
void |
publishToAbsoluteChannel(String absoluteChannelName,
String message)
broadcast to a specific channel.
|
void |
publishToNodeChannel(JCRNodeWrapper node,
String message)
Broadcast a message to a channel.
|
void |
publishToSite(JCRNodeWrapper node,
String message)
Broadcast a message to a site.
|
public void publishToSite(JCRNodeWrapper node, String message)
node - Node of the sitemessage - Message to broadcastpublic void publishToNodeChannel(JCRNodeWrapper node, String message)
node - Node of the channelmessage - Message to broadcastCopyright © 2004–2020 Jahia Solutions Group SA. All rights reserved.