Class Nanite::IntermediateMessage
In: lib/nanite/packets.rb
Parent: Packet

packet that means an intermediate status notification sent from actor to mapper. is appended to a list of messages matching messagekey.

from is sender identity messagekey is a string that can become part of a redis key, which identifies the name under which the message is stored message is arbitrary data that is transferred from actor, an intermediate result of actor‘s work token is a generated request id that mapper uses to identify replies to is identity of the node result should be delivered to

Methods

json_create   new   to_s  

Attributes

from  [RW] 
message  [RW] 
messagekey  [RW] 
to  [RW] 
token  [RW] 

Public Class methods

Public Instance methods

[Validate]