13.8.11. NotifyTCP
| Class | NotifyTCP |
| 目的 |
TCP 経由でメッセージを送信します。各接続は通知期間中のみ維持されます。
文字列データペイロードの明示的な送信のみをサポートします(文字列として、またはバイト配列(byte[])としてエンコードされます)。
|
| 属性 | なし。 |
| child | 宛先(複数の宛先をサポートします)。 |
| child 属性 |
|
<target class="NotifyTcp" > <destination URI="tcp://myhost1.net:8899" /> <destination URI="tcp://myhost2.net:9988" /> </target>
<target class="NotifyTcp" >
<destination URI="tcp://myhost1.net:8899" />
<destination URI="tcp://myhost2.net:9988" />
</target>