| Interface | Description |
|---|---|
| ChatTypeMessageReceiver |
Represents something that can receive messages of certain types.
|
| MessageChannel |
Represents a channel that takes a message and transforms it for distribution
to the members.
|
| MessageReceiver |
Represents something that can receive (and send) messages.
|
| MutableMessageChannel |
Represents a channel that takes a message and transforms it for distribution
to a mutable list of members.
|
| Class | Description |
|---|---|
| AbstractMutableMessageChannel |
An abstract implementation of
MutableMessageChannel. |