Class IngredientNozzlePipelineConfig
java.lang.Object
com.tccc.kos.commons.core.service.config.ConfigBean
com.tccc.kos.ext.dispense.pipeline.ingredient.IngredientNozzlePipelineConfig
- All Implemented Interfaces:
com.tccc.kos.commons.util.ready.Ready
public class IngredientNozzlePipelineConfig
extends com.tccc.kos.commons.core.service.config.ConfigBean
Nozzle pipeline that supports pump operations via pump intents. This is used
for ingredient pouring which covers most admin ui related pour functionality.
- Since:
- 1.0
- Version:
- 2024-01-18
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
void
setEnablePumpIntentOverrides
(boolean enablePumpIntentOverrides) void
setOverrideIntentsFile
(String overrideIntentsFile) Methods inherited from class com.tccc.kos.commons.core.service.config.ConfigBean
addListener, getReady, isConfigured, removeListener, update, update
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.tccc.kos.commons.util.ready.Ready
isReady, setReady
-
Constructor Details
-
IngredientNozzlePipelineConfig
public IngredientNozzlePipelineConfig()
-
-
Method Details
-
isEnablePumpIntentOverrides
public boolean isEnablePumpIntentOverrides() -
getOverrideIntentsFile
-
setEnablePumpIntentOverrides
public void setEnablePumpIntentOverrides(boolean enablePumpIntentOverrides) -
setOverrideIntentsFile
-