@CompileStatic interface MaxAllowedWeightPerContainerPolicy
Domain policy service for calculating maximum allowed weight per container.
ContainerType already specifies maximum allowed weight for that particular container type. However, business might want to reduce that weight further to avoid overweight containers.Type Params | Return Type | Name and description |
---|---|---|
|
abstract Quantity<Mass> |
maxAllowedWeightPerContainer(ContainerType containerType) |