253.5.3. イベントのサブスクライブ
以下のスニペットは、iot チャネルのイベントをリッスンします。withPresens オプションを追加すると、チャネル参加(Live asf)イベントも受信されます。
from("pubnub:iot?subscribeKey=mySubscribeKey") .log("${body}") .to("mock:result");
from("pubnub:iot?subscribeKey=mySubscribeKey")
.log("${body}")
.to("mock:result");