View Source EventStreamex.Operators.ProcessStatus.DbAdapter (EventStreamex v1.3.1)

A database queue adapter.

The queue is stored in the database. It uses the information from the configuration to connect to the database and it automatically creates the database to store the queue.

Summary

Functions

Returns a specification to start this module under a supervisor.

Functions

Link to this function

child_spec(init_arg)

View Source (since 1.0.0)

Returns a specification to start this module under a supervisor.

See Supervisor.