phoenix_pubsub_eventstore v1.1.0 Phoenix.PubSub.EventStore
Phoenix PubSub adapter backed by EventStore. Supervisor module.
An example usage (add this to your supervision tree):
{Phoenix.PubSub.EventStore,
[name: MyApp.PubSub, eventstore: MyApp.EventStore]}
where MyApp.EventStore
is configured separately based on the EventStore
documentation.
It is recommended to use a dedicated event store for the purpose of pubsub.
Link to this section Summary
Functions
Returns a specification to start this module under a supervisor.
Callback implementation for Supervisor.init/1
.
Link to this section Functions
Link to this function
child_spec(init_arg)
Returns a specification to start this module under a supervisor.
See Supervisor
.
Link to this function
init(opts)
Callback implementation for Supervisor.init/1
.
Link to this function
node_name(configured_name)
Link to this function
start_link(opts)
Link to this function