ExESDB.SubscriptionsWriter (ex_esdb v0.3.2)

Provides functions for working with event store subscriptions.

Summary

Functions

child_spec(init_arg)

Returns a specification to start this module under a supervisor.

See Supervisor.

delete_subscription(store, type, selector, subscription_name)

put_subscription(store, type, selector, subscription_name \\ "transient", start_from \\ 0, subscriber \\ nil)

put_subscription_sync(store, type, selector, subscription_name \\ "transient", start_from \\ 0, subscriber \\ nil)

start_link(opts)