Uses of Class
com.tccc.kos.ext.dispense.service.nozzle.Nozzle
Packages that use Nozzle
Package
Description
-
Uses of Nozzle in com.tccc.kos.ext.dispense
Methods in com.tccc.kos.ext.dispense that return NozzleModifier and TypeMethodDescriptionReturn a nozzle by nozzle name.Pump.getNozzle()
Returns the nozzle the pump is connected to.Methods in com.tccc.kos.ext.dispense with parameters of type NozzleModifier and TypeMethodDescriptionvoid
Add a nozzle to the assembly.Constructors in com.tccc.kos.ext.dispense with parameters of type NozzleModifierConstructorDescriptionAbstractHolderBuilder
(DispenseAssembly assembly, Nozzle nozzle) Create a new builder for the specified assembly and nozzle.HolderBuilder
(DispenseAssembly assembly, Nozzle nozzle) Create a new builder for the specified assembly and nozzle. -
Uses of Nozzle in com.tccc.kos.ext.dispense.pipeline.beverage
Methods in com.tccc.kos.ext.dispense.pipeline.beverage that return NozzleModifier and TypeMethodDescriptionBeveragePourEngine.getNozzle()
The nozzle the engine is associated with.Methods in com.tccc.kos.ext.dispense.pipeline.beverage with parameters of type NozzleModifier and TypeMethodDescriptionfinal void
BeveragePourEngine.onNozzleAvailabilityChange
(Nozzle nozzle, List<Pump<?>> pumps) -
Uses of Nozzle in com.tccc.kos.ext.dispense.service.nozzle
Methods in com.tccc.kos.ext.dispense.service.nozzle that return NozzleMethods in com.tccc.kos.ext.dispense.service.nozzle that return types with arguments of type NozzleMethods in com.tccc.kos.ext.dispense.service.nozzle with parameters of type NozzleModifier and TypeMethodDescriptionvoid
Add the specified nozzle.void
NozzleAvailabilityListener.onNozzleAvailabilityChange
(Nozzle nozzle, List<Pump<?>> pumps) Called when there are changes to pump availability.Method parameters in com.tccc.kos.ext.dispense.service.nozzle with type arguments of type NozzleModifier and TypeMethodDescriptionvoid
NozzleService.add
(Collection<Nozzle> nozzles) Add the list of nozzles. -
Uses of Nozzle in com.tccc.kos.ext.dispense.service.nozzle.metrics
Methods in com.tccc.kos.ext.dispense.service.nozzle.metrics with parameters of type NozzleModifier and TypeMethodDescriptionNozzleMetricsService.addMetrics
(Nozzle nozzle, String name) Register metrics with the service relative to the specified nozzle.NozzleMetricsService.getAllMetrics
(Nozzle nozzle) Return all the active metrics for the specified nozzle.NozzleMetricsService.getLastBeveragePourMetrics
(Nozzle nozzle) Return the metrics that track the most recent beverage pour.NozzleMetricsService.getMetrics
(Nozzle nozzle, String name) Return the metrics with the specified name for the specified nozzle.NozzleMetricsService.getMetricsNames
(Nozzle nozzle) Return the list of metrics names for the specified nozzle.NozzleMetricsService.removeMetrics
(Nozzle nozzle, String name) Remove metrics with the specified name from the nozzle.void
NozzleMetricsService.removeNozzle
(Nozzle nozzle) Remove a nozzle.