Package com.hpe.caf.worker.markup
Class MarkupWorkerFactoryProvider
java.lang.Object
com.hpe.caf.worker.markup.MarkupWorkerFactoryProvider
- All Implemented Interfaces:
com.hpe.caf.api.worker.WorkerFactoryProvider
public class MarkupWorkerFactoryProvider
extends Object
implements com.hpe.caf.api.worker.WorkerFactoryProvider
MarkupWorker factory provider implementation.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.hpe.caf.api.worker.WorkerFactorygetWorkerFactory(com.hpe.caf.api.ConfigurationSource configSource, com.hpe.caf.api.worker.DataStore dataStore, com.hpe.caf.api.Codec codec) Get the worker factory implementation.
-
Constructor Details
-
MarkupWorkerFactoryProvider
public MarkupWorkerFactoryProvider()
-
-
Method Details
-
getWorkerFactory
public com.hpe.caf.api.worker.WorkerFactory getWorkerFactory(com.hpe.caf.api.ConfigurationSource configSource, com.hpe.caf.api.worker.DataStore dataStore, com.hpe.caf.api.Codec codec) throws com.hpe.caf.api.worker.WorkerException Get the worker factory implementation. Called by the ModuleLoader. MarkupWorkerFactoryProvider must be registered by the service file in resources/META-INF/services.- Specified by:
getWorkerFactoryin interfacecom.hpe.caf.api.worker.WorkerFactoryProvider- Parameters:
configSource-dataStore-codec-- Returns:
- MarkupWorkerFactory
- Throws:
com.hpe.caf.api.worker.WorkerException
-