View Source Actors.Actor.Entity.Lifecycle.ProjectionConsumers (spawn v2.0.0-RC8)

We register projections linked to this process instead of the actor entity process so that the deactivation of the actor entity does not affect the projection consumers.

Summary

Functions

Returns a specification to start this module under a supervisor.

Callback implementation for GenServer.init/1.

Functions

child_spec(init_arg)

Returns a specification to start this module under a supervisor.

See Supervisor.

init(opts)

Callback implementation for GenServer.init/1.

new(actor_opts)

start_link(opts)