Class: InstagramConnect::Ingest::Handlers::Unknown
- Defined in:
- lib/instagram_connect/ingest/handlers/unknown.rb
Overview
Anything the gem does not parse yet, or an entry belonging to no connected account. The event is banked verbatim rather than dropped: Meta never re-delivers, so replaying the row later is the only way to recover it once a handler exists.
The dispatcher marks these unhandled without calling #call — this
class exists so the registry always resolves to something, and so the
ledger records which handler was chosen.
Instance Attribute Summary
Attributes inherited from Base
Instance Method Summary collapse
Methods inherited from Base
Constructor Details
This class inherits a constructor from InstagramConnect::Ingest::Handlers::Base
Instance Method Details
#call ⇒ Object
13 14 15 |
# File 'lib/instagram_connect/ingest/handlers/unknown.rb', line 13 def call nil end |