Interface MultipointMessageChannel

All Superinterfaces:
AutoCloseable, Channel, Closeable, CloseableChannel, Configurable, InterruptibleChannel, ReadableMultipointMessageChannel, SuspendableChannel, SuspendableReadChannel, SuspendableWriteChannel, WritableMultipointMessageChannel
All Known Subinterfaces:
BoundMultipointMessageChannel, MulticastMessageChannel

A point-to-multipoint message channel. This type of channel is capable of sending to and receiving from multiple peer endpoints; as such, the incoming and outgoing messages are each associated with a peer address.