View Source Actors.Actor.Entity.Invocation (spawn v1.0.0-rc.17)

Handles Invocation functions for Actor Entity All the public functions here assumes they are executing inside a GenServer

Summary

Functions

Link to this function

broadcast_invoke(payload, state)

View Source
Link to this function

broadcast_invoke(action, payload, actor_invocation, state)

View Source
Link to this function

do_broadcast(request, broadcast, opts \\ [])

View Source
Link to this function

do_side_effects(effects, opts \\ [])

View Source

Invoke function, receives a request and calls invoke host with the response

Link to this function

timer_invoke(timer, state)

View Source