public class ExpressionEvaluatingRouter extends AbstractMappingMessageRouter
logger| Constructor and Description |
|---|
ExpressionEvaluatingRouter(org.springframework.expression.Expression expression) |
| Modifier and Type | Method and Description |
|---|---|
protected java.util.List<java.lang.Object> |
getChannelKeys(org.springframework.messaging.Message<?> message)
Subclasses must implement this method to return the channel keys.
|
void |
onInit()
Subclasses may implement this for initialization logic.
|
determineTargetChannels, getChannelMappings, removeChannelMapping, setChannelMapping, setChannelMappings, setChannelResolver, setPrefix, setResolutionRequired, setSuffixgetComponentType, getMessagingTemplate, getRequiredConversionService, handleMessageInternal, setApplySequence, setDefaultOutputChannel, setIgnoreSendFailures, setTimeoutgetOrder, handleMessage, setOrder, setShouldTrackafterPropertiesSet, getApplicationContextId, getBeanFactory, getComponentName, getConversionService, getIntegrationProperties, getIntegrationProperty, getTaskScheduler, setApplicationContext, setBeanFactory, setBeanName, setComponentName, setConversionService, setTaskScheduler, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetComponentNamepublic ExpressionEvaluatingRouter(org.springframework.expression.Expression expression)
public final void onInit()
IntegrationObjectSupportonInit in class AbstractMappingMessageRouterprotected java.util.List<java.lang.Object> getChannelKeys(org.springframework.messaging.Message<?> message)
AbstractMappingMessageRoutergetChannelKeys in class AbstractMappingMessageRouter