Uses of Class
org.openwms.common.transport.api.messages.TransportUnitMO
Package
Description
Contains all supported Command types the COMMON Service can handle.
Contains all supported Message types of the COMMON Service TransportUnit API.
Contains the service internal implementation of the Transport management.
Contains event types to listen on
org.openwms.wms.receiving.transport.TransportUnit TransportUnit
changes.-
Uses of TransportUnitMO in org.openwms.common.transport.api.commands
Modifier and TypeFieldDescriptionprivate TransportUnitMO
TUCommand.Builder.transportUnit
private @NotNull @Valid TransportUnitMO
TUCommand.transportUnit
Modifier and TypeMethodDescriptionTUCommand.Builder.withTransportUnit
(@NotNull TransportUnitMO val) ModifierConstructorDescriptionprotected
TUCommand
(TUCommand.Type type, TransportUnitMO transportUnit) -
Uses of TransportUnitMO in org.openwms.common.transport.api.messages
-
Uses of TransportUnitMO in org.openwms.wms.receiving.transport
Modifier and TypeMethodDescriptionTransportUnitMapper.convertFromMO
(TransportUnitMO mo) TransportUnitMapperImpl.convertFromMO
(TransportUnitMO mo) -
Uses of TransportUnitMO in org.openwms.wms.receiving.transport.event
Modifier and TypeMethodDescriptionvoid
TransportUnitMessageListener.handle
(TransportUnitMO mo, String routingKey)