org.atmosphere.plugin.jgroups
Class BroadcastMessage
java.lang.Object
org.atmosphere.plugin.jgroups.BroadcastMessage
- All Implemented Interfaces:
- Serializable
public class BroadcastMessage
- extends Object
- implements Serializable
Container for holding the true message when broadcasting between cluster nodes.
- Author:
- westraj
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BroadcastMessage
public BroadcastMessage(String topic,
Object message)
getTopic
public String getTopic()
- Returns:
- the topic
getMessage
public Object getMessage()
- Returns:
- the message
Copyright © 2014. All Rights Reserved.