hunt-gossip v1.0.0 (2019-03-11T12:21:47Z)
Home
Dub
Repo
GossipMessageFactory
hunt
gossip
GossipMessageFactory
Undocumented in source.
class
GossipMessageFactory {
enum
string
KEY_MSG_TYPE
;
enum
string
KEY_DATA
;
enum
string
KEY_CLUSTER
;
enum
string
KEY_FROM
;
static
GossipMessageFactory
getInstance
();
JsonObject
makeMessage
(MessageType type, string data, string cluster, string from);
}
Members
Functions
makeMessage
JsonObject
makeMessage
(MessageType type, string data, string cluster, string from)
Undocumented in source. Be warned that the author may not have intended to support it.
Static functions
getInstance
GossipMessageFactory
getInstance
()
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
KEY_CLUSTER
enum
string
KEY_CLUSTER
;
Undocumented in source.
KEY_DATA
enum
string
KEY_DATA
;
Undocumented in source.
KEY_FROM
enum
string
KEY_FROM
;
Undocumented in source.
KEY_MSG_TYPE
enum
string
KEY_MSG_TYPE
;
Undocumented in source.
Meta
Source
See Implementation
hunt
gossip
GossipMessageFactory
classes
GossipMessageFactory