Package org.openwms.tms.routing.routes
Interface LocationGroupLoader
- All Known Implementing Classes:
FeignLocationGroupLoader
public interface LocationGroupLoader
A LocationGroupLoader.
- Author:
- Heiko Scherrer
-
Method Summary
Modifier and TypeMethodDescriptionCollection
<org.openwms.common.location.api.LocationGroupVO> This public method is surrounded with a retry advice in order to retry the remote operation in case of an error.
-
Method Details
-
loadLocGroups
Collection<org.openwms.common.location.api.LocationGroupVO> loadLocGroups()This public method is surrounded with a retry advice in order to retry the remote operation in case of an error.- Returns:
- All LocationGroups as List implementation
-