Skip to main content

IProtocolHandler Interface

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

PropertyAlertsModifiersTypeDescription
audienceBetareadonlyIAudienceOwner

Methods

MethodAlertsReturn TypeDescription
processSignal(message)Betaany

Property Details

audience

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

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

Signature

readonly audience: IAudienceOwner;

Type: IAudienceOwner

Method Details

processSignal

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

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

Signature

processSignal(message: ISignalMessage): any;

Parameters

ParameterTypeDescription
messageISignalMessage

Returns

Return type: any