Uses of Class
fr.gouv.vitam.worker.core.impl.WorkerFactory
-
Packages that use WorkerFactory Package Description fr.gouv.vitam.worker.core.impl Providesfr.gouv.vitam.worker.server.rest Provides the web server application for the Worker Server module and the rest resources it uses. -
-
Uses of WorkerFactory in fr.gouv.vitam.worker.core.impl
Methods in fr.gouv.vitam.worker.core.impl that return WorkerFactory Modifier and Type Method Description static WorkerFactoryWorkerFactory. getInstance(PluginLoader pluginLoader)return the only instance ofWorkerFactory. -
Uses of WorkerFactory in fr.gouv.vitam.worker.server.rest
Fields in fr.gouv.vitam.worker.server.rest declared as WorkerFactory Modifier and Type Field Description WorkerFactoryWorkerResource. WORKER_FACTORYthe worker factory
-