简体   繁体   English

ule子的内部生命周期-当我们开始m子时会发生什么

[英]Mule internal lifecycle - what all happens when we start mule

I am unable to find any documentation on what happens when we start mule ESB (standalone). 我找不到任何有关启动Mule ESB(独立)时会发生什么情况的文档。 On looking inside the mule Java wrapper that gets called, it calls the launcher which calls the Groovy based initializer. 在查看被调用的m子Java包装器内部时,它会调用启动器,后者会调用基于Groovy的初始化程序。 But what happens after that is little tough to trace. 但是在那之后发生的事情很难追踪。

I looked at the API docs . 我看了看API文档 It would be nice & helpful for whole community, if some one can point to any document on lifecycle events of mule. 如果有人可以指向任何有关m子生命周期事件的文档,对整个社区都将是一件好事和有益的事情。

Mule uses the tanuki wrapper to control the Java process. Mule使用tanuki包装器来控制Java进程。 After that, I would recommend looking at the Mule class loading page to understand the order with which Mule loads classes at runtime. 之后,我建议您查看Mule类加载页面,以了解Mule在运行时加载类的顺序。

HTH 高温超导

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM