Class HttpLocationUpdateMessageHandler

java.lang.Object
org.openwms.common.comm.osip.locu.HttpLocationUpdateMessageHandler
All Implemented Interfaces:
Function<org.springframework.messaging.support.GenericMessage<LocationUpdateMessage>,Void>

@Profile("!ASYNCHRONOUS") @OSIPComponent @RefreshScope class HttpLocationUpdateMessageHandler extends Object implements Function<org.springframework.messaging.support.GenericMessage<LocationUpdateMessage>,Void>
An HttpLocationUpdateMessageHandler is the handler function to accept LocationUpdateMessages and forward them for processing over HTTP to the routing-service.
Author:
Heiko Scherrer
  • Field Details

    • restTemplate

      private final org.springframework.web.client.RestTemplate restTemplate
    • routingServiceName

      private final String routingServiceName
    • routingServiceProtocol

      private final String routingServiceProtocol
    • routingServiceUsername

      private final String routingServiceUsername
    • routingServicePassword

      private final String routingServicePassword
  • Constructor Details

    • HttpLocationUpdateMessageHandler

      HttpLocationUpdateMessageHandler(org.springframework.web.client.RestTemplate restTemplate, @Value("${owms.driver.routing-service.name}") String routingServiceName, @Value("${owms.driver.routing-service.protocol}") String routingServiceProtocol, @Value("${owms.driver.routing-service.username}") String routingServiceUsername, @Value("${owms.driver.routing-service.password}") String routingServicePassword)
  • Method Details