class Concurrent::Actor::RestartingContext

Context of an Actor for robust systems. It supports supervision, linking, pauses on error. Uses {Behaviour.restarting_behaviour_definition}

@abstract implement {AbstractContext#on_message}

Public Instance Methods

behaviour_definition() click to toggle source
# File lib/concurrent/actor/context.rb, line 161
def behaviour_definition
  Behaviour.restarting_behaviour_definition
end