Class ISCMessage

java.lang.Object
com.isomorphic.messaging.ISCMessage

public class ISCMessage extends Object
Message object.
  • Constructor Summary

    Constructors
    Constructor
    Description
    ISCMessage(String channel, Object data)
    create a message bound for the specified channel with the specified data payload
    ISCMessage(List channels, Object data)
    create a message bound for the specified channels with the specified data payload
  • Constructor Details

    • ISCMessage

      public ISCMessage(List channels, Object data)
      create a message bound for the specified channels with the specified data payload
      Parameters:
      channels -
      data -
    • ISCMessage

      public ISCMessage(String channel, Object data)
      create a message bound for the specified channel with the specified data payload
      Parameters:
      channel -
      data -