Yggdrasil v5.0.0 Yggdrasil.Adapter.Bridge.Subscriber View Source
This module defines a bridge remote subscriber.
Link to this section Summary
Functions
Returns a specification to start this module under a supervisor.
Starts a bridge remote subscriber.
Stops a bridge remote subscriber.
Link to this section Functions
Link to this function
child_spec(init_arg) View Source
Returns a specification to start this module under a supervisor.
See Supervisor
.
Link to this function
start_link(pid, target, channel, options \\ [])
View Source
start_link(pid, target, channel, options \\ [])
View Source
start_link(pid(), Channel.t(), Channel.t(), GenServer.options()) ::
GenServer.on_start()
start_link(pid(), Channel.t(), Channel.t(), GenServer.options()) :: GenServer.on_start()
Starts a bridge remote subscriber.
Link to this function
stop(bridge, reason \\ :normal, timeout \\ :infinity)
View Source
stop(bridge, reason \\ :normal, timeout \\ :infinity)
View Source
stop(GenServer.server(), term(), non_neg_integer() | :infinity) :: :ok
stop(GenServer.server(), term(), non_neg_integer() | :infinity) :: :ok
Stops a bridge remote subscriber.