Yggdrasil.Adapter.Bridge.get_subscriber_module

You're seeing just the function get_subscriber_module, go back to Yggdrasil.Adapter.Bridge module for more information.

Specs

get_subscriber_module() :: {:ok, module()} | {:error, term()}

Gets subscriber module.

Link to this function

get_subscriber_module(module)

View Source

Specs

get_subscriber_module(nil | module()) :: {:ok, module()} | {:error, term()}

Gets subscriber module only if the given module exists.