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

Functions

Checks whether the adapter is connected or not

Callbacks

Whether the adapter is connected or not

Functions

is_connected?(channel)

Checks whether the adapter is connected or not.

Callbacks

is_connected?(pid)

Specs

is_connected?(pid) :: true | false

Whether the adapter is connected or not.