Class LocationMessageListener

java.lang.Object
org.openwms.wms.location.events.LocationMessageListener

@Profile("ASYNCHRONOUS") @Component class LocationMessageListener extends Object
A LocationMessageListener.
Author:
Heiko Scherrer
  • Field Details

    • LOGGER

      private static final org.slf4j.Logger LOGGER
    • synchronizer

      private final LocationSynchronizer synchronizer
  • Constructor Details

  • Method Details

    • handle

      @Measured @RabbitListener(queues="${owms.events.inventory.lg.queue-name}") void handle(@Payload org.openwms.common.location.api.messages.LocationMO mo, @Header("amqp_receivedRoutingKey") String routingKey) throws InterruptedException
      Throws:
      InterruptedException