Beeline.restart_stages

You're seeing just the function restart_stages, go back to Beeline module for more information.

Specs

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

Restarts the supervision tree of GenStages for the given Beeline topology

This can be useful for manual intervention by a human operator in a remote console session, if the GenStage supervision tree crashes and exceeds the retry limits.

Examples

iex> Beeline.restart_stages(MyEventHandler)
:ok