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
MessageCommand
s.A MessageCommandHandlerImpl is a transactional Spring managed bean that processesMessageCommand
s.A TransportUnitCommandHandler is just a handler or an adapter implementation that is used by a listener and passes incomingTUCommand
s to the internal ApplicationContext.A TransportUnitCommandListener is listening onTUCommand
s to process.A TransportUnitCommandPropagator propagatesTUCommand
s send by this service out to other services over an AMQP exchange.