Object
A participant that simply replies immediately to the engine.
For testing purposes, but could be useful when used in conjunction with ‘listen’.
# File lib/ruote/part/no_op_participant.rb, line 41 def initialize(opts=nil) @items = {} end
# File lib/ruote/part/no_op_participant.rb, line 54 def cancel(fei, flavour) # nothing to do end
No operation : simply replies immediately to the engine.
# File lib/ruote/part/no_op_participant.rb, line 49 def consume(workitem) reply_to_engine(workitem) end
[Validate]
Generated with the Darkfish Rdoc Generator 2.