Class: FeatBit::NullEventProcessor
- Inherits:
-
Object
- Object
- FeatBit::NullEventProcessor
- Defined in:
- lib/featbit/event_processor.rb
Instance Method Summary collapse
Instance Method Details
#close ⇒ Object
222 |
# File 'lib/featbit/event_processor.rb', line 222 def close = true |
#dropped_events ⇒ Object
223 |
# File 'lib/featbit/event_processor.rb', line 223 def dropped_events = 0 |
#enqueue(_event) ⇒ Object
220 |
# File 'lib/featbit/event_processor.rb', line 220 def enqueue(_event) = false |
#flush ⇒ Object
221 |
# File 'lib/featbit/event_processor.rb', line 221 def flush = true |