indexing description: "Specification for transport modules able to receive messages" license: "MIT license (see ../../license.txt)" author: "Beat Strasser " date: "$Date$" revision: "$Revision$" deferred class P2P_MESSAGE_RECEIVER_TRANSPORT inherit P2P_MESSAGE_TRANSPORT feature -- Basic operations process_incoming_message (message: P2P_MESSAGE) is -- Process incoming message require Status_started: module_status = start_ok or module_status = suspended Message_valid: message /= Void deferred end end