search

goog.messaging.RespondingChannel

Provided By
Extends
All Implemented Interfaces

Creates a new RespondingChannel wrapping a single MessageChannel.

new RespondingChannel( messageChannel )

Parameters
messageChannel(goog.messaging.MessageChannel|null)

The messageChannel to to wrap and allow for responses. This channel must not have any existing services registered. All service registration must be done through the RespondingChannel#registerService api instead. The other end of channel must also be a RespondingChannel.

Instance Methods

Instance Properties