Uses of Class
org.openwms.common.comm.osip.sysu.SystemUpdateMessage
Packages that use SystemUpdateMessage
Package
Description
Contains types responsible for dealing with OSIP SYSU telegrams.
Contains types to serialize and deserialize OSIP SYSU telegrams and messages.
-
Uses of SystemUpdateMessage in org.openwms.common.comm.osip.sysu
Fields in org.openwms.common.comm.osip.sysu with type parameters of type SystemUpdateMessageModifier and TypeFieldDescriptionprivate final Function
<org.springframework.messaging.support.GenericMessage<SystemUpdateMessage>, Void> SystemUpdateServiceActivator.handler
Methods in org.openwms.common.comm.osip.sysu that return SystemUpdateMessageMethod parameters in org.openwms.common.comm.osip.sysu with type arguments of type SystemUpdateMessageModifier and TypeMethodDescriptionAmqpSystemUpdateMessageHandler.apply
(org.springframework.messaging.support.GenericMessage<SystemUpdateMessage> msg) HttpSystemUpdateMessageHandler.apply
(org.springframework.messaging.support.GenericMessage<SystemUpdateMessage> msg) void
SystemUpdateServiceActivator.wakeUp
(org.springframework.messaging.support.GenericMessage<SystemUpdateMessage> message) Constructor parameters in org.openwms.common.comm.osip.sysu with type arguments of type SystemUpdateMessageModifierConstructorDescription(package private)
SystemUpdateServiceActivator
(Function<org.springframework.messaging.support.GenericMessage<SystemUpdateMessage>, Void> handler, org.springframework.context.ApplicationContext ctx) -
Uses of SystemUpdateMessage in org.openwms.common.comm.osip.sysu.tcp
Methods in org.openwms.common.comm.osip.sysu.tcp that return types with arguments of type SystemUpdateMessageModifier and TypeMethodDescriptionorg.springframework.messaging.Message
<SystemUpdateMessage> SystemUpdateTelegramDeserializer.deserialize
(String telegram, Map<String, Object> headers)