Method: Rpush::Daemon::Dispatcher::Apnsp8Http2#dispatch
- Defined in:
- lib/rpush/daemon/dispatcher/apnsp8_http2.rb
#dispatch(payload) ⇒ Object
22 23 24 25 |
# File 'lib/rpush/daemon/dispatcher/apnsp8_http2.rb', line 22 def dispatch(payload) @delivery_class.new(@app, @client, @token_provider, payload.batch).perform end |