Package org.openwms.common.comm.osip
Class ChannelRouter
java.lang.Object
org.openwms.common.comm.osip.ChannelRouter
A ChannelRouter.
- Author:
- Heiko Scherrer
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
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 incomingPayload
to a MessageChannel.- Parameters:
message
- The message to process- Returns:
- The MessageChannel where to put the message
-