Class ChannelRouter

java.lang.Object
org.openwms.common.comm.osip.ChannelRouter

@MessageEndpoint class ChannelRouter extends Object
A ChannelRouter.
Author:
Heiko Scherrer
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    private final org.openwms.common.comm.app.Channels
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    ChannelRouter(org.openwms.common.comm.app.Channels channels)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.springframework.messaging.MessageChannel
    resolve(org.springframework.messaging.Message<Payload> message)
    Routing method, tries to map an incoming Payload to a MessageChannel.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • channels

      private final org.openwms.common.comm.app.Channels channels
  • Constructor Details

    • ChannelRouter

      ChannelRouter(org.openwms.common.comm.app.Channels channels)
  • Method Details

    • resolve

      @Router(inputChannel="outboundChannel", defaultOutputChannel="commonExceptionChannel") public org.springframework.messaging.MessageChannel resolve(org.springframework.messaging.Message<Payload> message)
      Routing method, tries to map an incoming Payload to a MessageChannel.
      Parameters:
      message - The message to process
      Returns:
      The MessageChannel where to put the message