Method: Rpush::Daemon::Dispatcher::Http#dispatch
- Defined in:
- lib/rpush/daemon/dispatcher/http.rb
#dispatch(payload) ⇒ Object
11 12 13 |
# File 'lib/rpush/daemon/dispatcher/http.rb', line 11 def dispatch(payload) @delivery_class.new(@app, @http, payload.notification, payload.batch).perform end |