Represent a message.
More...
|
bool | snapshot |
|
bool | recovery |
|
string | replyToSubject |
|
int | seq |
|
int | epoch |
|
◆ MigratoryDataMessage() [1/4]
MigratoryDataMessage.MigratoryDataMessage |
( |
string |
subject, |
|
|
string |
content |
|
) |
| |
Create a MigratoryDataMessage object.
- Parameters
-
subject | The subject of the message |
content | The content of the message |
◆ MigratoryDataMessage() [2/4]
MigratoryDataMessage.MigratoryDataMessage |
( |
string |
subject, |
|
|
string |
content, |
|
|
string |
closure |
|
) |
| |
Create a MigratoryDataMessage object.
- Parameters
-
subject | The subject of the message |
content | The content of the message |
closure | The closure of the message |
◆ MigratoryDataMessage() [3/4]
MigratoryDataMessage.MigratoryDataMessage |
( |
string |
subject, |
|
|
string |
content, |
|
|
List< MigratoryDataField > |
fields |
|
) |
| |
Create a MigratoryDataMessage object.
- Parameters
-
subject | The subject of the message |
content | The content of the message |
fields | The fields of the message |
◆ MigratoryDataMessage() [4/4]
MigratoryDataMessage.MigratoryDataMessage |
( |
string |
subject, |
|
|
string |
content, |
|
|
List< MigratoryDataField > |
fields, |
|
|
string |
closure |
|
) |
| |
Create a MigratoryDataMessage object.
- Parameters
-
subject | The subject of the message |
content | The content of the message |
fields | The fields of the message |
closure | The closure of the message |