Raxol. Plugins. EventHandler. OutputEvents
(Raxol v2.6.0)
View Source
Handles output-related events for plugins.
Summary
Functions
Dispatches an "output" event to all enabled plugins implementing handle_output/2.
Types
@type manager() :: Raxol.Plugins.Manager.t()
Functions
@spec handle_output(Raxol.Plugins.Manager.t(), binary()) :: {:ok, Raxol.Plugins.Manager.t(), binary()} | {:error, term()}
Dispatches an "output" event to all enabled plugins implementing handle_output/2.