ravenx v1.1.0 Ravenx.Strategy.Dummy

Ravenx Dummy strategy.

Used to avoid dispatching real notifications.

Summary

Functions

Function used to send a notification

Functions

call(arg1, )
call(map, map) ::
  {:ok, Bamboo.Email.t} |
  {:error, {atom, any}}

Function used to send a notification.

This is a dummy one: if it receives a payload with result equal to true, returns true. Otherwise, return false.

get_error_result()
get_ok_result()