View Source EventStreamex.Operators.Queue.NoAdapter (EventStreamex v1.3.1)

Adapter that does nothing with the queue.

This adapter simply improves performances. 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.