以下是无效的代码: SampleGrailsPlugin.groovy
def doWithSpring = {
integration{
'recipient-list-router'(id:'listenerRouter','input-channel':'inChannel')
{
recipient('selector-expression':"false",'channel':'outChannel')
}
}
}
我在'selector-expression'中给出了什么值,消息被路由到'outChannel'。有人可以帮忙吗?
谢谢
Keerthi