A dynamically started GenServer for listening to appended events and dispatching to the caller.
Summary
Functions
Returns a specification to start this module under a supervisor.
Functions
Returns a specification to start this module under a supervisor.
See Supervisor.
@spec start_link(subscription :: Sourced.EventStore.Subscription.t()) :: GenServer.on_start()
@spec unsubscribe( store :: Sourced.EventStore.t(), subscription :: Sourced.EventStore.Subscription.t() ) :: :ok