Class OpenWFE::NullParticipant

  1. lib/openwfe/participants/participants.rb
Parent: Object

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

Methods

public instance

  1. consume

Included modules

  1. LocalParticipant

Public instance methods

consume (workitem)

Simply discards the incoming workitem

[show source]
     # File lib/openwfe/participants/participants.rb, line 202
202:     def consume (workitem)
203:       # does nothing and does not reply to the engine.
204:     end