rexfw.communicators package

Module contents

Communicator classes which handle communication between master and slaves

class rexfw.communicators.AbstractCommunicator[source]

Bases: object

recv(source)[source]

Receives objects, mostly of type Parcel, from a replica or master object

Returns:the received object
Return type:depends
send(obj, dest)[source]

Sends objects, mostly of type Parcel, to a replica or master object

Parameters:
  • obj (depends) – object to send
  • dest (str) – name of destination object