Data
Discrete unit of data that is sent by a Client over a Channel to all of the Clients which currently registered an interest in receiving data on the given Channel
Any type of object can be sent using Java serialization capabilities
Sending methods
- send to all
- send to others
- send to a Client
Sequencing of Data sent from one sender on one Channel at one priority is maintained identically at all receivers