getChannel abstract method

Stream<MessageEvent> getChannel(
  1. String workerName
)

Opens a communication channel receiving data from the named worker. The named worker must exist in the domain of workers passed to Concur.start().

For info about the events in this stream, see: https://developer.mozilla.org/en-US/docs/Web/API/MessageEvent

Implementation

Stream<MessageEvent> getChannel(String workerName);