Flippant v0.2.0 Flippant.Adapter

An adapter is a module that stores rules. Adapters should be stateful and run in their own process. The built in adapters are all GenServers, and therefor implement the GenServer behaviour.

For a breakdown of the expected calls and casts see Flippant.RuleRegistry

Summary

Functions

Retrieve the pid of the configured adapter process. It is expected that the adapter has been started

Functions

adapter()

Specs

adapter :: pid

Retrieve the pid of the configured adapter process. It is expected that the adapter has been started.