riaps.run.disco module

Created on Oct 19, 2016

@author: riaps

class riaps.run.disco.DiscoClient(parentActor, suffix)[source]

Bases: object

Discovery service client of an actor

handleLookupReq(bundle)[source]
handleRegReq(bundle)[source]
handleUnlookupReq(bundle)[source]
handleUnregReq(bundle)[source]
reconnect()[source]
recvFromDisco(loc, shut)[source]
registerActor()[source]
registerEndpoint(bundle)[source]
registerGroup(bundle)[source]
rpcDisco(msgBytes, loc, shut)[source]
sendToDisco(msgBytes, loc, shut)[source]
start()[source]
terminate()[source]
unregisterGroup(bundle)[source]