You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Maciej Skierkowski edited this page May 10, 2016
·
1 revision
Creating a custom connector is incredibly easy. All Connectors are merely classes that inherit from Factor::Connector, implement '#initializeand#run, and get registered via Factor::Connector.register`. The should be packaged as a gem and published on RubyGems for easy access.