NAME
Gearman::Driver::Job::Method - Wraps a single job method
DESCRIPTION
ATTRIBUTES
name
Name of the job method.
body
Code reference which is called by Gearman::XS::Worker. Actually it's not called directly by it, but in a wrapped coderef.
worker
Reference to the worker object.
encode
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.
decode
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.
AUTHOR
See Gearman::Driver.
COPYRIGHT AND LICENSE
See Gearman::Driver.