boltun v0.0.4

Modules summary

Boltun

Provides macros to define a listener and its callbacks. See the example below

Boltun.CallbacksAgent

Stores the callback to be executed by a listener. The functions defined here should only be invoked by a listener, since it also takes care of sending the LISTEN/UNLISTEN commands to the connection

Boltun.Listener

Listens to Postgrex notifications and invokes the registed callbacks

Boltun.Supervisor