yggdrasil v2.0.0
Yggdrasil.Adapter
behaviour
This module defines the functions start_link/2
, start_link/3
, stop/1
and stop/2
necessary to start and stop an adapter.
Summary
Checks whether the adapter is connected or not
Whether the adapter
is connected or not
Functions
Checks whether the adapter is connected or not.
Callbacks
Specs
is_connected?(pid) :: true | false
Whether the adapter
is connected or not.