Example #1
0
    def __init__(self, **kwargs):
        ProcessRPCClient.__init__(self, **kwargs)
        self._conv_type = RPCConversationType()

        if hasattr(self._process, 'name'):
            self._participant = Participant(self._process.name)
        else:
            self._participant = Participant(self._send_name)
Example #2
0
    def __init__(self, **kwargs):
        ProcessRPCClient.__init__(self, **kwargs)
        self._conv_type = RPCConversationType()

        if hasattr(self._process, "name"):
            self._participant = Participant(self._process.name)
        else:
            self._participant = Participant(self._send_name)