Interface GearmanFunctionFactory

    • Method Detail

      • getFunctionName

        String getFunctionName()
        Returns the name of the function for which this factory creates GearmanFunction objects.
        Returns:
        name of the function for which this factory creates GearmanFunction objects
      • getFunction

        GearmanFunction getFunction()
        Factory method for generating a GearmanFunction object. Returns a GearmanFunction object that a Worker will call with a Job.
        Returns:
        GearmanFunction instance