ExESDB.Emitters (ex_esdb v0.2.5)

As part of the ExESDB.System, ExESDB.Emitters is responsible for managing the lifetime of the Emitter processes.

Summary

Functions

Stops an EmitterPool for a given subscription.

Updates an EmitterPool with new subscription data. This is typically called when the subscriber PID changes.

Functions

start_emitter_pool(store, map, pool_size \\ 1)

stop_emitter_pool(store, map)

Stops an EmitterPool for a given subscription.

update_emitter_pool(store, subscription_data)

Updates an EmitterPool with new subscription data. This is typically called when the subscriber PID changes.