Class ReceivingOrderPositionEventListener

java.lang.Object
org.openwms.wms.receiving.impl.ReceivingOrderPositionEventListener

@TxService class ReceivingOrderPositionEventListener extends Object
A ReceivingOrderPositionEventListener listens on events according to ReceivingOrderPositions.
Author:
Heiko Scherrer
  • Field Details

    • LOGGER

      private static final org.slf4j.Logger LOGGER
    • publisher

      private final org.springframework.context.ApplicationEventPublisher publisher
    • repository

      private final ReceivingOrderRepository repository
  • Constructor Details

    • ReceivingOrderPositionEventListener

      ReceivingOrderPositionEventListener(org.springframework.context.ApplicationEventPublisher publisher, ReceivingOrderRepository repository)
  • Method Details