View Source EventStreamex.Operators.Queue.MemAdapter (EventStreamex v1.0.0)

Stores the queue in memory.

This adapter simply keeps the queue in memory. This adapter should only be used for tests or dev environments as it will not recover the queue in case of a node crash in a distributed system.

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.