hunt-gossip v1.0.0 (2019-03-11T12:21:47Z)
Home
Dub
Repo
GossipService
hunt
gossip
GossipService
Undocumented in source.
class
GossipService {
this
(string cluster, string ipAddress, Integer port, string id, List!(SeedMember) seedMembers, GossipSettings settings, GossipListener listener);
GossipManager
getGossipManager
();
void
start
();
void
shutdown
();
}
Constructors
this
this
(string cluster, string ipAddress, Integer port, string id, List!(SeedMember) seedMembers, GossipSettings settings, GossipListener listener)
Undocumented in source.
Members
Functions
getGossipManager
GossipManager
getGossipManager
()
Undocumented in source. Be warned that the author may not have intended to support it.
shutdown
void
shutdown
()
Undocumented in source. Be warned that the author may not have intended to support it.
start
void
start
()
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
hunt
gossip
GossipService
classes
GossipService