Class LocationRedirector

java.lang.Object
org.openwms.tms.impl.redirection.TargetRedirector<org.openwms.common.location.api.LocationVO>
org.openwms.tms.impl.redirection.LocationRedirector
All Implemented Interfaces:
DecisionVoter<RedirectVote>

@Lazy @Order(5) @Component class LocationRedirector extends TargetRedirector<org.openwms.common.location.api.LocationVO>
A LocationRedirector votes for a RedirectVote whether the target location is enabled for infeed. The class is lazy initialized.
Author:
Heiko Scherrer
  • Field Details

    • locationApi

      private final org.openwms.common.location.api.LocationApi locationApi
    • ctx

      private final org.springframework.context.ApplicationContext ctx
  • Constructor Details

    • LocationRedirector

      LocationRedirector(org.openwms.common.location.api.LocationApi locationApi, org.springframework.context.ApplicationContext ctx)
  • Method Details