Class NozzleService
java.lang.Object
com.kosdev.kos.ext.dispense.service.nozzle.NozzleService
Service for creating and managing nozzles.
- Since:
- 1
- Version:
- 1
-
Method Summary
Modifier and TypeMethodDescriptionvoidAdd the specified nozzle.voidadd(Collection<Nozzle> nozzles) Add the list of nozzles.Return the collection of nozzles.voidRequest that all nozzles update availability.
-
Method Details
-
add
Add the list of nozzles.- Since:
- 1
-
add
Add the specified nozzle. This will make the nozzle available for use.- Parameters:
nozzle- the nozzle to add- Since:
- 1
-
getNozzles
Return the collection of nozzles.- Since:
- 1
-
updateAvailability
public void updateAvailability()Request that all nozzles update availability.- Since:
- 1
-