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 (collapse)
- - (undocumented) core inherited from AbstractContext readonly
Instance Method Summary (collapse)
Instance Attribute Details
- (undocumented) core (readonly) Originally defined in class AbstractContext
Instance Method Details
- (undocumented) behaviour_definition
161 162 163 |
# File 'lib/concurrent/actor/context.rb', line 161 def behaviour_definition Behaviour.restarting_behaviour_definition end |