Uses of Interface
org.openwms.wms.movements.spi.common.AsyncTransportUnitApi
Packages that use AsyncTransportUnitApi
Package
Description
This package contains the internal types of the microservice implementation.
This package contains types to connect to services in the common doman.
-
Uses of AsyncTransportUnitApi in org.openwms.wms.movements.impl
Fields in org.openwms.wms.movements.impl declared as AsyncTransportUnitApiModifier and TypeFieldDescriptionprivate final AsyncTransportUnitApiMovementEventListener.asyncTransportUnitApiprivate final AsyncTransportUnitApiTransactionWriter.asyncTransportUnitApiConstructors in org.openwms.wms.movements.impl with parameters of type AsyncTransportUnitApiModifierConstructorDescription(package private)MovementEventListener(org.ameba.i18n.Translator translator, org.openwms.common.location.api.LocationApi locationApi, AsyncTransportUnitApi asyncTransportUnitApi) (package private)TransactionWriter(String applicationName, org.ameba.i18n.Translator translator, org.openwms.common.location.api.LocationApi locationApi, AsyncTransportUnitApi asyncTransportUnitApi, AsyncTransactionApi asyncTransactionApi) -
Uses of AsyncTransportUnitApi in org.openwms.wms.movements.spi.common
Classes in org.openwms.wms.movements.spi.common that implement AsyncTransportUnitApiModifier and TypeClassDescription(package private) classA AsyncTransportUnitApiImpl is a Spring managed bean to send Commands asynchronously over AMQP, only active with Spring profile SpringProfiles.ASYNCHRONOUS_PROFILE.(package private) classA NoOpTransportUnitApiImpl is a Spring managed bean that does nothing and is only active when Spring profile SpringProfiles.ASYNCHRONOUS_PROFILE is NOT activated.