Class OpenWFE::NullParticipant
In: lib/openwfe/participants/participants.rb
Parent: Object

The NullParticipant never replies, it simply discards the workitems it receives.

Methods

consume  

Included Modules

LocalParticipant

Public Instance methods

Simply discards the incoming workitem

[Source]

     # File lib/openwfe/participants/participants.rb, line 221
221:         def consume (workitem)
222:             # does nothing and does not reply to the engine.
223:         end

[Validate]