Yggdrasil.Adapter.Bridge.get_publisher_module

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

Specs

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

Gets publisher module.

Link to this function

get_publisher_module(module)

View Source

Specs

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

Gets publisher module only if the given module exists.