MessageBusSink

MessageBusSink

Experimental Interface

Interface Overview

interface MessageBusSink {
  initChannel(channel: string, runInZone: boolean) : void
  attachToZone(zone: NgZone) : void
  to(channel: string) : EventEmitter<any>
}

Interface Description

Interface Details

initChannel(channel: string, runInZone: boolean) : void

Sets up a new channel on the MessageBusSink. MUST be