Uses of Class
org.openwms.common.comm.osip.synq.TimesyncRequest
Packages that use TimesyncRequest
Package
Description
Contains types responsible for dealing with OSIP SYNQ telegrams.
Contains types to serialize and deserialize OSIP SYNQ telegrams and messages.
-
Uses of TimesyncRequest in org.openwms.common.comm.osip.synq
Fields in org.openwms.common.comm.osip.synq with type parameters of type TimesyncRequestModifier and TypeFieldDescriptionprivate final Function
<org.springframework.messaging.support.GenericMessage<TimesyncRequest>, Void> TimesyncServiceActivator.handler
Method parameters in org.openwms.common.comm.osip.synq with type arguments of type TimesyncRequestModifier and TypeMethodDescriptionTimesyncHandler.apply
(org.springframework.messaging.support.GenericMessage<TimesyncRequest> timesyncRequest) Builds response message with the current time and the same request header to preserve header information (seq. number etc.) in post transformation steps.void
TimesyncServiceActivator.wakeUp
(org.springframework.messaging.support.GenericMessage<TimesyncRequest> message) Constructor parameters in org.openwms.common.comm.osip.synq with type arguments of type TimesyncRequestModifierConstructorDescriptionTimesyncServiceActivator
(Function<org.springframework.messaging.support.GenericMessage<TimesyncRequest>, Void> handler, org.springframework.context.ApplicationContext ctx) -
Uses of TimesyncRequest in org.openwms.common.comm.osip.synq.tcp
Methods in org.openwms.common.comm.osip.synq.tcp that return types with arguments of type TimesyncRequestModifier and TypeMethodDescriptionorg.springframework.messaging.Message
<TimesyncRequest> TimesyncTelegramDeserializer.deserialize
(String telegram, Map<String, Object> headers)