yggdrasil v3.0.2 Yggdrasil.Publisher.Adapter.Elixir

A server for elixir publishing.

The name of a channel is an arbitrary Elixir term.

Summary

Functions

Publishes a message in a channel using a publisher

Starts an elixir publisher with a namespace. Additianally you can add GenServer options

Stops an elixir publisher

Functions

publish(publisher, channel, message)

Publishes a message in a channel using a publisher.

start_link(, options \\ [])

Starts an elixir publisher with a namespace. Additianally you can add GenServer options.

stop(publisher)

Stops an elixir publisher.