1 Spring Integration Simple Message Execution
2020-07-01 10:01:20 13 举报
Source code analysis for Spring Integration
作者其他创作
大纲/内容
ServiceActivatingHandler
doDispatch(msg)
handleMessage(msg)
AbstractMessageChannel
send(GenericMessage)
sendOutput(outputMessage)
receive(timeout)
tryOptimizedDispatch(msg)
AbstractPollableChannel
MessagingMethodInvokerHelper
HelloService
MethodInvokingMessageProcessor
AbstractDispatcher
targetObject is helloService.sayHello(name)
sayHello(name)
invokespan style=\"font-size: inherit;\
AbstractMessageProducingHandler
doReceive(timeout)
delegate.process(msg)
UnicastingDispatcher
->handleRequestMessage(msg)
QueueChannelOoutput
DirectChannelInput
processMessage(msg)
0 条评论
回复 删除
下一页