Uses of Interface
org.gearman.worker.GearmanFunctionFactory
-
Packages that use GearmanFunctionFactory Package Description org.gearman.worker -
-
Uses of GearmanFunctionFactory in org.gearman.worker
Classes in org.gearman.worker that implement GearmanFunctionFactory Modifier and Type Class Description class
DefaultGearmanFunctionFactory
Methods in org.gearman.worker with parameters of type GearmanFunctionFactory Modifier and Type Method Description void
GearmanWorker. registerFunctionFactory(GearmanFunctionFactory factory)
Registers aGearmanFunctionFactory
with the worker.void
GearmanWorker. registerFunctionFactory(GearmanFunctionFactory factory, long timeout)
Registers aGearmanFunctionFactory
with the worker and specifies the timeout associated with any functions generated by this factory.void
GearmanWorkerImpl. registerFunctionFactory(GearmanFunctionFactory factory)
void
GearmanWorkerImpl. registerFunctionFactory(GearmanFunctionFactory factory, long timeout)
-