Express v1.3.3 Express.PushRequests.Adder View Source
Responsible for adding a push message to Buffer. If was called with opts[:delay] > 0 - stops after job done.
Link to this section Summary
Functions
Adds a push message to the Buffer
Adds a push message to the Buffer after a delay provided in opts
Link to this section Functions
Link to this function
add(adder, push_message, opts, callback_fun)
View Source
add(pid, Express.APNS.PushMessage | Express.FCM.PushMessage, Keyword.t, Express.callback_fun) :: any
Adds a push message to the Buffer
Link to this function
add_after(adder, push_message, opts, callback_fun)
View Source
add_after(pid, Express.APNS.PushMessage | Express.FCM.PushMessage, Keyword.t, Express.callback_fun) :: any
Adds a push message to the Buffer after a delay provided in opts