Package org.openwms.common.comm.osip.sysu
package org.openwms.common.comm.osip.sysu
Contains types responsible for dealing with OSIP SYSU telegrams.
-
ClassesClassDescriptionA AmqpSystemUpdateMessageHandler.A HttpSystemUpdateMessageHandler forwards system updates to the LocationGroup services directly without using the routing service.A SystemUpdateMessage reflects the OSIP SYSU telegram type and is used to change the state of a
LocationGroup
.A SystemUpdateMessageConfiguration is the JavaConfig for theSystemUpdateMessage
handling part.A SystemUpdateServiceActivator implements the Service Activator pattern and delegates incomingSystemUpdateMessage
s to the appropriate handler function.