MCPcopy Create free account
hub / github.com/directwebremoting/dwr / publish

Method publish

core/api/main/java/org/directwebremoting/Hub.java:58–58  ·  view source on GitHub ↗

Publish some data to a certain topic. @param topicName The topic to subscribe to. @param message The data to publish

(String topicName, Object message)

Source from the content-addressed store, hash-verified

56 * @param message The data to publish
57 */
58 void publish(String topicName, Object message);
59}

Callers 8

publishMethod · 0.95
publishMethod · 0.65
dwr-bayeux.jsFile · 0.65
sendMethod · 0.65
pfFunction · 0.65
dojo.jsFile · 0.65
_285Function · 0.65

Implementers 4

DefaultHubcore/impl/main/java/org/directwebremot
OpenAjaxetc/future/fancyhub/OpenAjax.java
PubSubHubetc/future/fancyhub/PubSubHub.java
Systemcore/impl/main/java/org/directwebremot

Calls

no outgoing calls