Package org.openwms.common.transport.commands
package org.openwms.common.transport.commands
This package contains all types required for asynchronous command handling.
-
ClassDescriptionA MessageCommandHandler is able to handle or process
MessageCommands.A MessageCommandHandlerImpl is a transactional Spring managed bean that processesMessageCommands.A TransportUnitCommandHandler is just a handler or an adapter implementation that is used by a listener and passes incomingTUCommands to the internal ApplicationContext.A TransportUnitCommandListener is listening onTUCommands to process.A TransportUnitCommandPropagator propagatesTUCommands send by this service out to other services over an AMQP exchange.