Package org.openwms.wms.receiving.spi.wms.inventory
package org.openwms.wms.receiving.spi.wms.inventory
Contains types of to access the WMS Inventory Service Inventory REST API.
-
ClassDescriptionA AsyncPackagingUnitApi is the client stub to handle operations on
PackagingUnits asynchronously.A AsyncPackagingUnitApiImpl is used to asynchronously work with a remote service to managePackagingUnits.A CreatePackagingUnitCommand.A FeignPackagingUnitApiAdapter.A FeignProductApiAdapter.A InventorySpiPackage is a final class and cannot be instantiated, it serves like a marker interface for the Inventory SPI package.A NoOpAsyncPackagingUnitApiImpl is used in non-distributed environments and doesn't do anything.A NoOpSyncPackagingUnitApiImpl.A NoOpSyncProductApiImpl.A PackagingUnitApi is the Feign client used internally, not by any business logic directly.A PackagingUnitApiFallback.A PackagingUnitVO represents a quantity of aProductpackaged into a single physical unit.A ProductApi is the Feign client used internally, not by any business logic directly.A ProductApiFallback.A ProductVO that is a representation and mapped to the Product like it is defined in the WMS Inventory Service API.A SyncPackagingUnitApi.A SyncProductApi.