Class: InstagramConnect::Ingest::Handlers::Unknown

Inherits:
Base
  • Object
show all
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

#notification

Instance Method Summary collapse

Methods inherited from Base

dedupe_key, #initialize

Constructor Details

This class inherits a constructor from InstagramConnect::Ingest::Handlers::Base

Instance Method Details

#callObject



13
14
15
# File 'lib/instagram_connect/ingest/handlers/unknown.rb', line 13

def call
  nil
end