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