Uses of Package
com.tccc.kos.ext.dispense.pipeline.beverage
Packages that use com.tccc.kos.ext.dispense.pipeline.beverage
Package
Description
-
Classes in com.tccc.kos.ext.dispense.pipeline.beverage used by com.tccc.kos.ext.dispense.pipeline.beverageClassDescriptionNozzle pipeline that supports beverage pouring via a Pourable abstraction.Delegate for pour pipeline.Base listener for all beverage pipeline events.Service that provides basic select and pour functionality on top of a
PourEngine
.Implementation ofPour
for beverage pours.Builder for constructing pours.Base class for an engine used by the pour pipeline to abstract a way to pour a beverage and handle the actual pour implementation.ConfigBean for PourEngine.A list ofPourable
objects that will be poured in order as an atomic operation.Base class for a representation of something that can be poured using aPourEngine
.Given aGraphNode
(typically aBeverageNode
), search for all ingredients under the node, and for each found ingredient, select the available pump with the highest rank. -
Classes in com.tccc.kos.ext.dispense.pipeline.beverage used by com.tccc.kos.ext.dispense.service.nozzle.metricsClassDescriptionNozzle pipeline that supports beverage pouring via a Pourable abstraction.Base listener for all beverage pipeline events.Implementation of
Pour
for beverage pours.Listener for when beverage pours start and stop.