Interface LocationGroupLoader

All Known Implementing Classes:
FeignLocationGroupLoader

public interface LocationGroupLoader
A LocationGroupLoader.
Author:
Heiko Scherrer
  • Method Summary

    Modifier and Type
    Method
    Description
    Collection<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