Class FulfilmentProcessorFactory
java.lang.Object
com.skava.oms.processor.fulfilment.FulfilmentProcessorFactory
The FulfilmentProcessorFactory class is a singleton and factory class that handles the create instance of the fulfilment processor which are configured in zookeeper.
- Since:
- 7.5.1
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic FulfilmentProcessorFactory
Method getInstance is a used to return singleton object of FulfilmentProcessorFactory.getProcessor
(org.camunda.bpm.engine.delegate.DelegateExecution execution)
-
Constructor Details
-
FulfilmentProcessorFactory
public FulfilmentProcessorFactory()
-
-
Method Details
-
getInstance
Method getInstance is a used to return singleton object of FulfilmentProcessorFactory.
- Returns:
- a
FulfilmentProcessorFactory
object.
-
getProcessor
public FulfilmentProcessor getProcessor(org.camunda.bpm.engine.delegate.DelegateExecution execution) - Parameters:
execution
- - Camunda delegate execution- Returns:
- configured fulfilmet processor
-