Parent

Included Modules

Class/Module Index [+]

Quicksearch

Ruote::NullParticipant

A /dev/null participant, simply discards the workitems it receives, without doing anything.

For testing purposes only.

Public Class Methods

new(opts=nil) click to toggle source
# File lib/ruote/part/null_participant.rb, line 40
def initialize (opts=nil)
end

Public Instance Methods

cancel(fei, flavour) click to toggle source

Does nothing.

# File lib/ruote/part/null_participant.rb, line 50
def cancel (fei, flavour)
end
consume(workitem) click to toggle source

Does nothing, discards the workitem it receives.

# File lib/ruote/part/null_participant.rb, line 45
def consume (workitem)
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.