Package org.springframework.integration.router
package org.springframework.integration.router
Provides classes supporting the router pattern.
-
ClassDescriptionBase class for all Message Routers that support mapping from arbitrary String values to Message Channel names.Base class for all Message Routers.A Message Router that resolves the target
MessageChannel
for messages whose payload is aThrowable
.A Message Router implementation that evaluates the specified SpEL expression.A Message Router that resolves the MessageChannel from a header value.Routers implementing this interface have a default output channel.A Message Router that invokes the specified method on the given object.A Message Router that resolves theMessageChannel
based on theMessage's
payload type.<recipient-list-router id="simpleRouter" input-channel="routingChannelA"> <recipient channel="channel1"/> <recipient channel="channel2"/> </recipient-list-router>
Exposes adding/removing individual recipients operations for RecipientListRouter.