Class Nanite::MapperProxy
In: lib/nanite/mapper_proxy.rb
Parent: Object

This class allows sending requests to nanite agents without having to run a local mapper. It is used by Actor.request which can be used by actors than need to send requests to remote agents. All requests go through the mapper for security purposes.

Methods

Included Modules

AMQPHelper

Attributes

amqp  [RW] 
identity  [RW] 
options  [RW] 
pending_requests  [RW] 
serializer  [RW] 

Public Class methods

Accessor for actor

Public Instance methods

Handle intermediary result

Handle final result

Send request to given agent through the mapper

[Validate]