View Source Actors.Actor.Entity.Invocation (spawn v0.5.0-alpha.6)

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

Link to this section Summary

Link to this section Functions

Link to this function

broadcast_invoke(payload, state)

View Source
Link to this function

broadcast_invoke(command, payload, actor_invocation, state)

View Source
Link to this function

do_broadcast(request, broadcast)

View Source
Link to this function

do_side_effects(effects)

View Source

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

Link to this function

timer_invoke(timer, state)

View Source