| Gearman-Driver documentation | view source | Contained in the Gearman-Driver distribution. |
Gearman::Driver::Job::Method - Wraps a single job method
Name of the job method.
Code reference which is called by Gearman::XS::Worker. Actually it's not called directly by it, but in a wrapped coderef.
Reference to the worker object.
This may be set to a method name which is implemented in the worker class or any subclass. If the method is not available, it will fail. The returned value of the job method is passed to this method and the return value of this method is sent back to the Gearman server.
See also: Encode in Gearman::Driver::Worker.
This may be set to a method name which is implemented in the worker
class or any subclass. If the method is not available, it will fail.
The workload from Gearman::XS::Job is passed to this method and
the return value is passed as argument $workload to the job
method.
See also: Decode in Gearman::Driver::Worker.
See Gearman::Driver.
See Gearman::Driver.
| Gearman-Driver documentation | view source | Contained in the Gearman-Driver distribution. |