phoenix_pubsub_eventstore v1.1.0 Phoenix.PubSub.EventStore.Worker

Phoenix PubSub adapter backed by EventStore. Worker module.

This module implements a GenServer that is responsible for publishing messages as events into an event store. It also subscribes to all topics and uses the local pubsub to distribute messages to local subscribers.

Link to this section Summary

Link to this section Functions

Link to this function

broadcast(fastlane, server, pool_size, from_pid, topic, message, metadata \\ %{})

Link to this function

child_spec(init_arg)

Returns a specification to start this module under a supervisor.

See Supervisor.

Link to this function

direct_broadcast(fastlane, server, pool_size, node_name, from_pid, topic, message)

Callback implementation for GenServer.init/1.

Link to this function

node_name(configured_name)

Link to this function

start_link(name, opts)