as

Settings
Sign out
Notifications
Alexa
Amazonアプリストア
AWS
ドキュメント
Support
Contact Us
My Cases
開発
設計と開発
公開
リファレンス
サポート
アクセスいただきありがとうございます。こちらのページは現在英語のみのご用意となっております。順次日本語化を進めてまいりますので、ご理解のほどよろしくお願いいたします。

IChannelServer

Interface for ChannelServer that provides the ability to set a handler for channel use cases.

Deprecated

This interface is deprecated. Please use {IChannelServer2} instead.

Accessors

handler

Set Signature

set handler(handler): void

Sets the handler to receive callbacks to handle channel commands.

Parameters
handler

IChannelHandler

The handler to set on the ChannelServer instance.

Returns

void


Last updated: Oct 02, 2025