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

Do not store the process status.

This adapter can be used to improve performances. This adapter should only be used for tests or dev environments as it will not recover the process status 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.