5 #import <Foundation/Foundation.h> 21 NSString *_replyToSubject;
36 - (id) init: (NSString *)subject content:(NSString *)content;
45 - (id) init: (NSString *)subject content:(NSString *)content fields:(NSArray *)fields;
54 - (id) init: (NSString *)subject content:(NSString *)content closure:(NSString *)closure;
64 - (id) init: (NSString *)subject content:(NSString *)content fields:(NSArray *)fields closure:(NSString *)closure;
67 - (id) init: (NSString *)subject content:(NSString *)content fields:(NSArray *)fields closure:(NSString *)closure snapshot:(
bool)
isSnapshot;
71 - (id) init: (NSString *)subject content:(NSString *)content fields:(NSArray *)fields closure:(NSString *)closure snapshot:(
bool)
isSnapshot recovery:(bool)recovery seq:(
int)seq epoch:(int)epoch;
134 - (void) setReplyToSubject: (NSString *) replyToSubject;
NSString * getSubject()
Get the subject of the message.
Represent a message.
Definition: MigratoryDataMessage.h:16
Include the declaration of the MigratoryDataField class.
NSString * getReplyToSubject()
NSString * getContent()
Get the content of the message.
NSString * getClosure()
Get the closure of the message.
bool isSnapshot()
Test whether the message is a snapshot message or not.
NSArray * getFields()
Get the fields of the message.