Class: Concurrent::Actor::RestartingContext Abstract
- Inherits:
-
AbstractContext
- Object
- AbstractContext
- Concurrent::Actor::RestartingContext
- Defined in:
- lib/concurrent/actor/context.rb
Overview
This class is abstract.
implement AbstractContext#on_message
Context of an Actor for robust systems. It supports supervision, linking, pauses on error. Uses Behaviour.restarting_behaviour_definition
Direct Known Subclasses
DefaultDeadLetterHandler, Utils::Balancer, Utils::Broadcast, Utils::Pool
Instance Attribute Summary
Attributes inherited from AbstractContext
Instance Method Summary collapse
Methods inherited from AbstractContext
#ask, #dead_letter_routing, #default_executor, #default_reference_class, #envelope, #on_envelope, #on_event, #on_message, #pass, spawn, spawn!, #tell
Methods included from InternalDelegations
#behaviour, #behaviour!, #children, #context, #dead_letter_routing, #log, #redirect, #terminate!, #terminated?
Methods included from PublicDelegations
#context_class, #executor, #name, #parent, #path, #reference
Methods included from TypeCheck
#Child!, #Child?, #Match!, #Match?, #Type!, #Type?
Instance Method Details
#behaviour_definition ⇒ Object
161 162 163 |
# File 'lib/concurrent/actor/context.rb', line 161 def behaviour_definition Behaviour.restarting_behaviour_definition end |