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
the provider module provides a framework which require each provider implementation module to only implement the handle_call for message sending
there is still code duplication for fetching the destination config, and returning the result (and dispatching metrics)
the duplication can be eliminated and the GenServer aspect totally abstracted by requiring providers to only implement a send_message callback, supplied with the fully parsed destination config
The text was updated successfully, but these errors were encountered:
handle_call
for message sendingThe text was updated successfully, but these errors were encountered: