Class: Mutant::Actor::Message Private

Inherits:
Object
  • Object
show all
Defined in:
lib/mutant/actor.rb

Overview

This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.

Message being exchanged between actors

Class Method Summary collapse

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.

New message

Parameters:

  • type (Symbol)
  • payload (Object)

Returns:



31
32
33
# File 'lib/mutant/actor.rb', line 31

def self.new(_type, _payload = Undefined)
  super
end