IProtocolHandler Interface

Packages > @fluidframework/container-loader > IProtocolHandler

This API is provided for existing users, but is not recommended for new users.

To use, import via @fluidframework/container-loader/legacy.

For more information about our API support guarantees, see here .

Signature

export interface IProtocolHandler extends IBaseProtocolHandler

Extends: IBaseProtocolHandler

Properties

Property Alerts Modifiers Type Description
audience Alpha readonly IAudienceOwner

Methods

Method Alerts Return Type Description
processSignal(message) Alpha any

Property Details

audience

This API is provided as an alpha preview and may change without notice.

To use, import via @fluidframework/container-loader/alpha.

For more information about our API support guarantees, see here .

Signature

readonly audience: IAudienceOwner;

Type: IAudienceOwner

Method Details

processSignal

This API is provided as an alpha preview and may change without notice.

To use, import via @fluidframework/container-loader/alpha.

For more information about our API support guarantees, see here .

Signature

processSignal(message: ISignalMessage): any;

Parameters

Parameter Type Description
message ISignalMessage

Returns

Return type: any