プロジェクト全体のコードを再生成して、プロジェクト全体をもう一度ビルドします。MySubscribingApplication および MyPublishingApplication を実行したら、以下の出力が表示されることになります。 注: このチュートリアル・トピックに合わせるために、以下のサンプル出力は、このレッスンの際に表示されるものと異なってフォーマットされます。サンプル出力は、各行の出力を判別できるように改行を挿入してフォーマットされています。この改行は、このチュートリアルでの出力には表示されません。各行は、myKeyAttribute で始まり、myLongSequence で終わります。
ready to receive data
myKeyAttribute: 2, myLongAttribute: 2, myBooleanAttribute: 0,
myDoubleAttribute: 0.500, myStringAttribute: message number 2,
myLongSequence: {2, 3, 4}
myKeyAttribute: 3, myLongAttribute: 3, myBooleanAttribute: 1,
myDoubleAttribute: 0.333, myStringAttribute: message number 3,
myLongSequence: {3, 4, 5}
myKeyAttribute: 4, myLongAttribute: 4, myBooleanAttribute: 0,
myDoubleAttribute: 0.250, myStringAttribute: message number 4,
myLongSequence: {4, 5, 6}
myKeyAttribute: 5, myLongAttribute: 5, myBooleanAttribute: 1,
myDoubleAttribute: 0.200, myStringAttribute: message number 5,
myLongSequence: {5, 6, 7}