search

goog.messaging.MultiChannel.VirtualChannel

Provided By
Extends
All Implemented Interfaces

A message channel that proxies its messages over another underlying channel.

new VirtualChannel( parent, name )

Parameters
parent(goog.messaging.MultiChannel|null)

The MultiChannel which created this channel, and which contains the underlying MessageChannel that's used as the transport.

namestring

The name of this virtual channel. Unique among the virtual channels in parent.

Instance Methods

Instance Properties