Uses of Interface
org.openwms.transactions.api.commands.AsyncTransactionApi
Packages that use AsyncTransactionApi
Package
Description
This package contains command types and handlers exposed by the COMMON Transaction Service.
This package contains the internal types of the microservice implementation.
-
Uses of AsyncTransactionApi in org.openwms.transactions.api.commands
Classes in org.openwms.transactions.api.commands that implement AsyncTransactionApiModifier and TypeClassDescription(package private) class
A AsyncTransactionApiImpl.(package private) class
A NoOpAsyncTransactionApi is a bean used as a placeholder in case the ASYNCHRONOUS profile is not active. -
Uses of AsyncTransactionApi in org.openwms.wms.movements.impl
Fields in org.openwms.wms.movements.impl declared as AsyncTransactionApiModifier and TypeFieldDescriptionprivate final AsyncTransactionApi
TransactionWriter.asyncTransactionApi
Constructors in org.openwms.wms.movements.impl with parameters of type AsyncTransactionApiModifierConstructorDescription(package private)
TransactionWriter
(String applicationName, org.ameba.i18n.Translator translator, org.openwms.common.location.api.LocationApi locationApi, AsyncTransportUnitApi asyncTransportUnitApi, AsyncTransactionApi asyncTransactionApi)