@CompileStatic class ConstantBasedMaxAllowedTeuCountPolicy extends Object implements MaxAllowedTeuCountPolicy
MaxAllowedTeuCountPolicy implementation that limits container TEU count based on provided constant.
Type | Name and description |
---|---|
BigDecimal |
maxAllowedTeuCount |
Constructor and description |
---|
ConstantBasedMaxAllowedTeuCountPolicy(BigDecimal maxAllowedTeuCount) Constructor. |
Constructor.
ParametermaxAllowedTeuCount
must not be null
.Groovy Documentation