| Class | Description |
|---|---|
| CombinedMessageChannel |
A message channel that targets all subjects contained within the given
channels and applies the message transformations of each channel in
order (so with n channels,
channels[n-1].transformMessage(channels[n-2]
.transformMessage(channels[...]
.transformMessage(channels[0].transformMessage(input)))) would occur). |
| FixedMessageChannel |
A message channel that targets the given recipients.
|
| PermissionMessageChannel |
A message channel that targets all subjects with the given permission.
|
| WorldMessageChannel |
A message channel that targets all subjects within the given
World. |