public interface DataChannel
Modifier and Type | Method and Description |
---|---|
String |
getName()
Returns the name of the channel.
|
DataWriter |
newPublication()
Requests a new publication to this channel and returns its associated data writer.
|
String getName()
DataWriter newPublication() throws IOException
DataWriter
.IOException
- if nothing can be published on the channel.