Interface InitialLocationProvider

All Known Implementing Classes:
ConfigurationLocationProvider
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface InitialLocationProvider
A InitialLocationProvider.
Author:
Heiko Scherrer
  • Method Summary

    Modifier and Type
    Method
    Description
    Resolve the initial Location that is used to create new TransportUnits.
  • Method Details

    • findInitial

      String findInitial()
      Resolve the initial Location that is used to create new TransportUnits.
      Returns:
      The erpCode of the Location
      Throws:
      org.openwms.core.exception.IllegalConfigurationValueException - if not resolvable