Package org.openwms.wms.receiving.spi.wms.transport
package org.openwms.wms.receiving.spi.wms.transport
Contains types of to access the WMS Inventory Service TransportUnit REST API.
-
ClassDescriptionA AsyncTransportUnitApi is able to process commands for TransportUnits asynchronously.A AsyncTransportUnitApiImpl is a Spring managed bean to send Commands asynchronously over AMQP, only active with Spring profile SpringProfiles.ASYNCHRONOUS_PROFILE.A FeignTransportUnitApiAdapter is only active with Spring profile DISTRIBUTED and uses the Feign
TransportUnitApi API.A NoOpAsyncTransportUnitApiImpl.A NoOpSyncTransportUnitApiImpl.A SyncTransportUnitApi is the public API to manageTransportUnitsin a synchronous way.A TransportSpiPackage is a final class and cannot be instantiated, it serves like a marker interface for the Transport SPI package.A TransportUnitApi is the public REST API to manageTransportUnits.A TransportUnitApiFallback.A TransportUnitApiFallbackFactory.A TransportUnitVO.