INTERFACE pythonExPC;

TYPE consumer = OBJECT
  METHODS
    ASYNCHRONOUS fromProducer (producerID : ilu.CString, data : ilu.CString)
  END;