View Source Yggdrasil.Adapter.Bridge.Subscriber (Yggdrasil v6.0.2)
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
Returns a specification to start this module under a supervisor.
See Supervisor
.
Specs
start_link( pid(), Yggdrasil.Channel.t(), Yggdrasil.Channel.t(), GenServer.options() ) :: GenServer.on_start()
Starts a bridge remote subscriber.
Specs
stop(GenServer.server(), term(), non_neg_integer() | :infinity) :: :ok
Stops a bridge remote subscriber.