(timeout)
| 2188 | } |
| 2189 | |
| 2190 | createConsumer(timeout) { |
| 2191 | return this._dataStream.createConsumer(timeout); |
| 2192 | } |
| 2193 | |
| 2194 | listener(eventName) { |
| 2195 | return this._eventDemux.stream(`${this.name}/${eventName}`); |
no outgoing calls
no test coverage detected