メッセージの送付に加えてチャネルブローカサーバ上で実行する動作を指定するオプションである.
ChannelBrokerAction
メッセージの送付に加えてチャネルブローカサーバ上で実行する動作を指定するオプションである.
例題
すべて開く すべて閉じる例 (1)
bin = CreateDatabin[Permissions -> "Public"]channel = CreateChannel["databin", ChannelBrokerAction -> "https://datadrop.wolframcloud.com/api/v1.0/Add?bin=" <> bin["ShortID"], Permissions -> "Public"]ChannelSend[channel, "hello"]Lookup[ImportString[bin["Entries"][[1, "Message"]], "JSON"], "WL_Data"]DeleteObject[bin];
DeleteChannel[channel];特性と関係 (1)
ChannelReceiverFunctionを配備すると,関連付けられたチャネルオブジェクトについてのChannelBrokerActionが設定される:
CloudDeploy[ChannelReceiverFunction[#&]]Options[ChannelObject[%], ChannelBrokerAction]DeleteChannel[ChannelObject[%%]];関連するガイド
テキスト
Wolfram Research (2017), ChannelBrokerAction, Wolfram言語関数, https://reference.wolfram.com/language/ref/ChannelBrokerAction.html.
CMS
Wolfram Language. 2017. "ChannelBrokerAction." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/ref/ChannelBrokerAction.html.
APA
Wolfram Language. (2017). ChannelBrokerAction. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/ChannelBrokerAction.html
BibTeX
@misc{reference.wolfram_2026_channelbrokeraction, author="Wolfram Research", title="{ChannelBrokerAction}", year="2017", howpublished="\url{https://reference.wolfram.com/language/ref/ChannelBrokerAction.html}", note=[Accessed: 10-August-2026]}
BibLaTeX
@online{reference.wolfram_2026_channelbrokeraction, organization={Wolfram Research}, title={ChannelBrokerAction}, year={2017}, url={https://reference.wolfram.com/language/ref/ChannelBrokerAction.html}, note=[Accessed: 10-August-2026]}