Package com.isomorphic.messaging
Class ISCMessage
java.lang.Object
com.isomorphic.messaging.ISCMessage
Message object.
-
Constructor Summary
ConstructorsConstructorDescriptionISCMessage
(String channel, Object data) create a message bound for the specified channel with the specified data payloadISCMessage
(List channels, Object data) create a message bound for the specified channels with the specified data payload
-
Constructor Details
-
ISCMessage
create a message bound for the specified channels with the specified data payload- Parameters:
channels
-data
-
-
ISCMessage
create a message bound for the specified channel with the specified data payload- Parameters:
channel
-data
-
-