Interface Conveyor.PolicyBuilder<T>
- All Known Implementing Classes:
Conveyor.Builder
public static interface Conveyor.PolicyBuilder<T>
Helper interface to build a Conveyor instance.
-
Method Summary
Modifier and TypeMethodDescriptionSets the inflow shortage policy for a new Conveyor instance.
-
Method Details
-
policy
Sets the inflow shortage policy for a new Conveyor instance.- Parameters:
policy- inflow shortage policy- Returns:
- a
Conveyor.MaxSpeedBuilderto set the max speed of a Conveyor
-