Class Packet::MetaPimp
In: lib/packet/packet_meta_pimp.rb
Parent: Packet::Pimp

Class acts as a pimp for workers, which doesn‘t have a manually created pimp The idea behind a manually added pimp is to let client handle low level messaging beween workers. A meta pimp, does it for you.

Methods

Attributes

callback_hash  [RW]  initializer of pimp
invokable_worker_methods  [RW] 
worker_key  [RW] 
worker_name  [RW] 
worker_status  [RW] 

Public Instance methods

will be invoked whenever there is a response from the worker

can be used to send request to correspoding worker

[Validate]