Class TimesyncTelegramDeserializer

java.lang.Object
org.openwms.common.comm.osip.synq.tcp.TimesyncTelegramDeserializer
All Implemented Interfaces:
org.openwms.common.comm.tcp.TelegramDeserializer<TimesyncRequest>

@OSIPComponent class TimesyncTelegramDeserializer extends Object implements org.openwms.common.comm.tcp.TelegramDeserializer<TimesyncRequest>
A TimesyncTelegramDeserializer deserializes OSIP SYNC telegram String into TimesyncRequests.
Author:
Heiko Scherrer
See Also:
  • Field Details

    • LOGGER

      private static final org.slf4j.Logger LOGGER
    • TELEGRAM_LOGGER

      private static final org.slf4j.Logger TELEGRAM_LOGGER
    • driver

      private final org.openwms.common.comm.config.Osip driver
  • Constructor Details

    • TimesyncTelegramDeserializer

      TimesyncTelegramDeserializer(org.openwms.common.comm.config.Osip driver)
  • Method Details

    • deserialize

      public org.springframework.messaging.Message<TimesyncRequest> deserialize(String telegram, Map<String,Object> headers)
      Specified by:
      deserialize in interface org.openwms.common.comm.tcp.TelegramDeserializer<TimesyncRequest>
    • forType

      public String forType()
      Specified by:
      forType in interface org.openwms.common.comm.tcp.TelegramDeserializer<TimesyncRequest>