Class: Mutant::Actor::Message
- Inherits:
-
Object
- Object
- Mutant::Actor::Message
- Defined in:
- lib/mutant/actor.rb
Overview
Message being exchanged between actors
Class Method Summary collapse
-
.new(_type, _payload = Undefined) ⇒ Message
private
Return new message.
Class Method Details
.new(_type, _payload = Undefined) ⇒ Message
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
Return new message
37 38 39 |
# File 'lib/mutant/actor.rb', line 37 def self.new(_type, _payload = Undefined) super end |