Class TimesyncHandler
java.lang.Object
org.openwms.common.comm.osip.synq.TimesyncHandler
- All Implemented Interfaces:
Function<org.springframework.messaging.support.GenericMessage<TimesyncRequest>,
Void>
@OSIPComponent
class TimesyncHandler
extends Object
implements Function<org.springframework.messaging.support.GenericMessage<TimesyncRequest>,Void>
A TimesyncHandler.
- Author:
- Heiko Scherrer
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final org.openwms.common.comm.app.Channels
private final org.openwms.common.comm.tcp.ConnectionHolder
private final org.openwms.common.comm.TimeProvider
-
Constructor Summary
ConstructorsConstructorDescriptionTimesyncHandler
(org.openwms.common.comm.app.Channels channels, org.openwms.common.comm.tcp.ConnectionHolder connectionHolder, org.openwms.common.comm.TimeProvider timeProvider) -
Method Summary
Modifier and TypeMethodDescriptionapply
(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.
-
Field Details
-
Constructor Details
-
Method Details
-
apply
public Void 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.- Specified by:
apply
in interfaceFunction<org.springframework.messaging.support.GenericMessage<TimesyncRequest>,
Void> - Parameters:
timesyncRequest
- the generic technology agnostic message object- Returns:
- the response
-