phoenix_pubsub_eventstore v1.1.1 Phoenix.PubSub.EventStore.Worker View Source
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.
Functions in this module should not be called directly.
Link to this section Summary
Functions
Returns a specification to start this module under a supervisor.
Link to this section Functions
Returns a specification to start this module under a supervisor.
See Supervisor
.