Class HttpErrorMessageHandler

java.lang.Object
org.openwms.common.comm.osip.err.HttpErrorMessageHandler
All Implemented Interfaces:
Function<org.springframework.messaging.support.GenericMessage<ErrorMessage>,Void>

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

    • restTemplate Link icon

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

      private final String routingServiceName
    • routingServiceProtocol Link icon

      private final String routingServiceProtocol
    • routingServiceUsername Link icon

      private final String routingServiceUsername
    • routingServicePassword Link icon

      private final String routingServicePassword
  • Constructor Details Link icon

    • HttpErrorMessageHandler Link icon

      HttpErrorMessageHandler(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 Link icon